|
|
| NamenodeRegistrationProto (const NamenodeRegistrationProto &from) |
| |
|
NamenodeRegistrationProto & | operator= (const NamenodeRegistrationProto &from) |
| |
const
::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| |
|
void | Swap (NamenodeRegistrationProto *other) |
| |
|
NamenodeRegistrationProto * | New () const |
| |
|
NamenodeRegistrationProto * | New (::google::protobuf::Arena *arena) const |
| |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
| |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
| |
|
void | CopyFrom (const NamenodeRegistrationProto &from) |
| |
|
void | MergeFrom (const NamenodeRegistrationProto &from) |
| |
|
void | Clear () |
| |
|
bool | IsInitialized () const |
| |
|
int | ByteSize () const |
| |
|
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) |
| |
|
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const |
| |
|
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic,::google::protobuf::uint8 *output) const |
| |
|
::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const |
| |
|
int | GetCachedSize () const |
| |
|
::google::protobuf::Metadata | GetMetadata () const |
| |
|
bool | has_rpcaddress () const |
| |
|
void | clear_rpcaddress () |
| |
|
const ::std::string & | rpcaddress () const |
| |
|
void | set_rpcaddress (const ::std::string &value) |
| |
|
void | set_rpcaddress (const char *value) |
| |
|
void | set_rpcaddress (const char *value, size_t size) |
| |
|
::std::string * | mutable_rpcaddress () |
| |
|
::std::string * | release_rpcaddress () |
| |
|
void | set_allocated_rpcaddress (::std::string *rpcaddress) |
| |
|
bool | has_httpaddress () const |
| |
|
void | clear_httpaddress () |
| |
|
const ::std::string & | httpaddress () const |
| |
|
void | set_httpaddress (const ::std::string &value) |
| |
|
void | set_httpaddress (const char *value) |
| |
|
void | set_httpaddress (const char *value, size_t size) |
| |
|
::std::string * | mutable_httpaddress () |
| |
|
::std::string * | release_httpaddress () |
| |
|
void | set_allocated_httpaddress (::std::string *httpaddress) |
| |
|
bool | has_storageinfo () const |
| |
|
void | clear_storageinfo () |
| |
const
::hadoop::hdfs::StorageInfoProto & | storageinfo () const |
| |
|
::hadoop::hdfs::StorageInfoProto * | mutable_storageinfo () |
| |
|
::hadoop::hdfs::StorageInfoProto * | release_storageinfo () |
| |
|
void | set_allocated_storageinfo (::hadoop::hdfs::StorageInfoProto *storageinfo) |
| |
|
bool | has_role () const |
| |
|
void | clear_role () |
| |
|
::hadoop::hdfs::NamenodeRegistrationProto_NamenodeRoleProto | role () const |
| |
|
void | set_role (::hadoop::hdfs::NamenodeRegistrationProto_NamenodeRoleProto value) |
| |
|
| static const NamenodeRoleProto | NAMENODE |
| |
| static const NamenodeRoleProto | BACKUP |
| |
| static const NamenodeRoleProto | CHECKPOINT |
| |
| static const NamenodeRoleProto | NamenodeRoleProto_MIN |
| |
| static const NamenodeRoleProto | NamenodeRoleProto_MAX |
| |
| static const int | NamenodeRoleProto_ARRAYSIZE |
| |
|
static const int | kRpcAddressFieldNumber = 1 |
| |
|
static const int | kHttpAddressFieldNumber = 2 |
| |
|
static const int | kStorageInfoFieldNumber = 3 |
| |
|
static const int | kRoleFieldNumber = 4 |
| |