RDFS
The Rice Comp413 2017 class' continuation on the work of the 2016 RDFS.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
hadoop::hdfs::datanode::BlockCommandProto Class Reference
Inheritance diagram for hadoop::hdfs::datanode::BlockCommandProto:

Public Types

typedef BlockCommandProto_Action Action
 

Public Member Functions

 BlockCommandProto (const BlockCommandProto &from)
 
BlockCommandProtooperator= (const BlockCommandProto &from)
 
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (BlockCommandProto *other)
 
BlockCommandProtoNew () const
 
BlockCommandProtoNew (::google::protobuf::Arena *arena) const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const BlockCommandProto &from)
 
void MergeFrom (const BlockCommandProto &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::BlockCommandProto_Action action () const
 
void set_action (::hadoop::hdfs::datanode::BlockCommandProto_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 blocks_size () const
 
void clear_blocks ()
 
const ::hadoop::hdfs::BlockProtoblocks (int index) const
 
::hadoop::hdfs::BlockProtomutable_blocks (int index)
 
::hadoop::hdfs::BlockProtoadd_blocks ()
 
::google::protobuf::RepeatedPtrField
< ::hadoop::hdfs::BlockProto > * 
mutable_blocks ()
 
const
::google::protobuf::RepeatedPtrField
< ::hadoop::hdfs::BlockProto > & 
blocks () const
 
int targets_size () const
 
void clear_targets ()
 
const
::hadoop::hdfs::DatanodeInfosProto
targets (int index) const
 
::hadoop::hdfs::DatanodeInfosProtomutable_targets (int index)
 
::hadoop::hdfs::DatanodeInfosProtoadd_targets ()
 
::google::protobuf::RepeatedPtrField
< ::hadoop::hdfs::DatanodeInfosProto > * 
mutable_targets ()
 
const
::google::protobuf::RepeatedPtrField
< ::hadoop::hdfs::DatanodeInfosProto > & 
targets () const
 
int targetstorageuuids_size () const
 
void clear_targetstorageuuids ()
 
const
::hadoop::hdfs::StorageUuidsProto
targetstorageuuids (int index) const
 
::hadoop::hdfs::StorageUuidsProtomutable_targetstorageuuids (int index)
 
::hadoop::hdfs::StorageUuidsProtoadd_targetstorageuuids ()
 
::google::protobuf::RepeatedPtrField
< ::hadoop::hdfs::StorageUuidsProto > * 
mutable_targetstorageuuids ()
 
const
::google::protobuf::RepeatedPtrField
< ::hadoop::hdfs::StorageUuidsProto > & 
targetstorageuuids () const
 
int targetstoragetypes_size () const
 
void clear_targetstoragetypes ()
 
const
::hadoop::hdfs::StorageTypesProto
targetstoragetypes (int index) const
 
::hadoop::hdfs::StorageTypesProtomutable_targetstoragetypes (int index)
 
::hadoop::hdfs::StorageTypesProtoadd_targetstoragetypes ()
 
::google::protobuf::RepeatedPtrField
< ::hadoop::hdfs::StorageTypesProto > * 
mutable_targetstoragetypes ()
 
const
::google::protobuf::RepeatedPtrField
< ::hadoop::hdfs::StorageTypesProto > & 
targetstoragetypes () const
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const BlockCommandProtodefault_instance ()
 
static bool Action_IsValid (int value)
 
static const
::google::protobuf::EnumDescriptor * 
Action_descriptor ()
 
static const ::std::string & Action_Name (Action value)
 
static bool Action_Parse (const ::std::string &name, Action *value)
 

Static Public Attributes

static const Action TRANSFER
 
static const Action INVALIDATE
 
static const Action SHUTDOWN
 
static const Action Action_MIN
 
static const Action Action_MAX
 
static const int Action_ARRAYSIZE
 
static const int kActionFieldNumber = 1
 
static const int kBlockPoolIdFieldNumber = 2
 
static const int kBlocksFieldNumber = 3
 
static const int kTargetsFieldNumber = 4
 
static const int kTargetStorageUuidsFieldNumber = 5
 
static const int kTargetStorageTypesFieldNumber = 6
 

Friends

void protobuf_AddDesc_DatanodeProtocol_2eproto ()
 
void protobuf_AssignDesc_DatanodeProtocol_2eproto ()
 
void protobuf_ShutdownFile_DatanodeProtocol_2eproto ()
 

Member Data Documentation

const int hadoop::hdfs::datanode::BlockCommandProto::Action_ARRAYSIZE
static
Initial value:
=
BlockCommandProto_Action_Action_ARRAYSIZE
const BlockCommandProto_Action hadoop::hdfs::datanode::BlockCommandProto::Action_MAX
static
Initial value:
=
BlockCommandProto_Action_Action_MAX
const BlockCommandProto_Action hadoop::hdfs::datanode::BlockCommandProto::Action_MIN
static
Initial value:
=
BlockCommandProto_Action_Action_MIN
const BlockCommandProto_Action hadoop::hdfs::datanode::BlockCommandProto::INVALIDATE
static
Initial value:
=
BlockCommandProto_Action_INVALIDATE
const BlockCommandProto_Action hadoop::hdfs::datanode::BlockCommandProto::SHUTDOWN
static
Initial value:
=
BlockCommandProto_Action_SHUTDOWN
const BlockCommandProto_Action hadoop::hdfs::datanode::BlockCommandProto::TRANSFER
static
Initial value:
=
BlockCommandProto_Action_TRANSFER

The documentation for this class was generated from the following files: