|
|
| BlockIdCommandProto (const BlockIdCommandProto &from) |
| |
|
BlockIdCommandProto & | operator= (const BlockIdCommandProto &from) |
| |
const
::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| |
|
void | Swap (BlockIdCommandProto *other) |
| |
|
BlockIdCommandProto * | New () const |
| |
|
BlockIdCommandProto * | New (::google::protobuf::Arena *arena) const |
| |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
| |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
| |
|
void | CopyFrom (const BlockIdCommandProto &from) |
| |
|
void | MergeFrom (const BlockIdCommandProto &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_action () const |
| |
|
void | clear_action () |
| |
|
::hadoop::hdfs::datanode::BlockIdCommandProto_Action | action () const |
| |
|
void | set_action (::hadoop::hdfs::datanode::BlockIdCommandProto_Action value) |
| |
|
bool | has_blockpoolid () const |
| |
|
void | clear_blockpoolid () |
| |
|
const ::std::string & | blockpoolid () const |
| |
|
void | set_blockpoolid (const ::std::string &value) |
| |
|
void | set_blockpoolid (const char *value) |
| |
|
void | set_blockpoolid (const char *value, size_t size) |
| |
|
::std::string * | mutable_blockpoolid () |
| |
|
::std::string * | release_blockpoolid () |
| |
|
void | set_allocated_blockpoolid (::std::string *blockpoolid) |
| |
|
int | blockids_size () const |
| |
|
void | clear_blockids () |
| |
|
::google::protobuf::uint64 | blockids (int index) const |
| |
|
void | set_blockids (int index,::google::protobuf::uint64 value) |
| |
|
void | add_blockids (::google::protobuf::uint64 value) |
| |
const
::google::protobuf::RepeatedField
< ::google::protobuf::uint64 > & | blockids () const |
| |
::google::protobuf::RepeatedField
< ::google::protobuf::uint64 > * | mutable_blockids () |
| |