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::DatanodeCommandProto Class Reference
Inheritance diagram for hadoop::hdfs::datanode::DatanodeCommandProto:

Public Types

typedef DatanodeCommandProto_Type Type
 

Public Member Functions

 DatanodeCommandProto (const DatanodeCommandProto &from)
 
DatanodeCommandProtooperator= (const DatanodeCommandProto &from)
 
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (DatanodeCommandProto *other)
 
DatanodeCommandProtoNew () const
 
DatanodeCommandProtoNew (::google::protobuf::Arena *arena) const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const DatanodeCommandProto &from)
 
void MergeFrom (const DatanodeCommandProto &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_cmdtype () const
 
void clear_cmdtype ()
 
::hadoop::hdfs::datanode::DatanodeCommandProto_Type cmdtype () const
 
void set_cmdtype (::hadoop::hdfs::datanode::DatanodeCommandProto_Type value)
 
bool has_balancercmd () const
 
void clear_balancercmd ()
 
const
::hadoop::hdfs::datanode::BalancerBandwidthCommandProto
balancercmd () const
 
::hadoop::hdfs::datanode::BalancerBandwidthCommandProtomutable_balancercmd ()
 
::hadoop::hdfs::datanode::BalancerBandwidthCommandProtorelease_balancercmd ()
 
void set_allocated_balancercmd (::hadoop::hdfs::datanode::BalancerBandwidthCommandProto *balancercmd)
 
bool has_blkcmd () const
 
void clear_blkcmd ()
 
const
::hadoop::hdfs::datanode::BlockCommandProto
blkcmd () const
 
::hadoop::hdfs::datanode::BlockCommandProtomutable_blkcmd ()
 
::hadoop::hdfs::datanode::BlockCommandProtorelease_blkcmd ()
 
void set_allocated_blkcmd (::hadoop::hdfs::datanode::BlockCommandProto *blkcmd)
 
bool has_recoverycmd () const
 
void clear_recoverycmd ()
 
const
::hadoop::hdfs::datanode::BlockRecoveryCommandProto
recoverycmd () const
 
::hadoop::hdfs::datanode::BlockRecoveryCommandProtomutable_recoverycmd ()
 
::hadoop::hdfs::datanode::BlockRecoveryCommandProtorelease_recoverycmd ()
 
void set_allocated_recoverycmd (::hadoop::hdfs::datanode::BlockRecoveryCommandProto *recoverycmd)
 
bool has_finalizecmd () const
 
void clear_finalizecmd ()
 
const
::hadoop::hdfs::datanode::FinalizeCommandProto
finalizecmd () const
 
::hadoop::hdfs::datanode::FinalizeCommandProtomutable_finalizecmd ()
 
::hadoop::hdfs::datanode::FinalizeCommandProtorelease_finalizecmd ()
 
void set_allocated_finalizecmd (::hadoop::hdfs::datanode::FinalizeCommandProto *finalizecmd)
 
bool has_keyupdatecmd () const
 
void clear_keyupdatecmd ()
 
const
::hadoop::hdfs::datanode::KeyUpdateCommandProto
keyupdatecmd () const
 
::hadoop::hdfs::datanode::KeyUpdateCommandProtomutable_keyupdatecmd ()
 
::hadoop::hdfs::datanode::KeyUpdateCommandProtorelease_keyupdatecmd ()
 
void set_allocated_keyupdatecmd (::hadoop::hdfs::datanode::KeyUpdateCommandProto *keyupdatecmd)
 
bool has_registercmd () const
 
void clear_registercmd ()
 
const
::hadoop::hdfs::datanode::RegisterCommandProto
registercmd () const
 
::hadoop::hdfs::datanode::RegisterCommandProtomutable_registercmd ()
 
::hadoop::hdfs::datanode::RegisterCommandProtorelease_registercmd ()
 
void set_allocated_registercmd (::hadoop::hdfs::datanode::RegisterCommandProto *registercmd)
 
bool has_blkidcmd () const
 
void clear_blkidcmd ()
 
const
::hadoop::hdfs::datanode::BlockIdCommandProto
blkidcmd () const
 
::hadoop::hdfs::datanode::BlockIdCommandProtomutable_blkidcmd ()
 
::hadoop::hdfs::datanode::BlockIdCommandProtorelease_blkidcmd ()
 
void set_allocated_blkidcmd (::hadoop::hdfs::datanode::BlockIdCommandProto *blkidcmd)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const DatanodeCommandProtodefault_instance ()
 
static bool Type_IsValid (int value)
 
static const
::google::protobuf::EnumDescriptor * 
Type_descriptor ()
 
static const ::std::string & Type_Name (Type value)
 
static bool Type_Parse (const ::std::string &name, Type *value)
 

Static Public Attributes

static const Type BalancerBandwidthCommand
 
static const Type BlockCommand
 
static const Type BlockRecoveryCommand
 
static const Type FinalizeCommand
 
static const Type KeyUpdateCommand
 
static const Type RegisterCommand
 
static const Type UnusedUpgradeCommand
 
static const Type NullDatanodeCommand
 
static const Type BlockIdCommand
 
static const Type Type_MIN
 
static const Type Type_MAX
 
static const int Type_ARRAYSIZE
 
static const int kCmdTypeFieldNumber = 1
 
static const int kBalancerCmdFieldNumber = 2
 
static const int kBlkCmdFieldNumber = 3
 
static const int kRecoveryCmdFieldNumber = 4
 
static const int kFinalizeCmdFieldNumber = 5
 
static const int kKeyUpdateCmdFieldNumber = 6
 
static const int kRegisterCmdFieldNumber = 7
 
static const int kBlkIdCmdFieldNumber = 8
 

Friends

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

Member Data Documentation

const DatanodeCommandProto_Type hadoop::hdfs::datanode::DatanodeCommandProto::BalancerBandwidthCommand
static
Initial value:
=
DatanodeCommandProto_Type_BalancerBandwidthCommand
const DatanodeCommandProto_Type hadoop::hdfs::datanode::DatanodeCommandProto::BlockCommand
static
Initial value:
=
DatanodeCommandProto_Type_BlockCommand
const DatanodeCommandProto_Type hadoop::hdfs::datanode::DatanodeCommandProto::BlockIdCommand
static
Initial value:
=
DatanodeCommandProto_Type_BlockIdCommand
const DatanodeCommandProto_Type hadoop::hdfs::datanode::DatanodeCommandProto::BlockRecoveryCommand
static
Initial value:
=
DatanodeCommandProto_Type_BlockRecoveryCommand
const DatanodeCommandProto_Type hadoop::hdfs::datanode::DatanodeCommandProto::FinalizeCommand
static
Initial value:
=
DatanodeCommandProto_Type_FinalizeCommand
const DatanodeCommandProto_Type hadoop::hdfs::datanode::DatanodeCommandProto::KeyUpdateCommand
static
Initial value:
=
DatanodeCommandProto_Type_KeyUpdateCommand
const DatanodeCommandProto_Type hadoop::hdfs::datanode::DatanodeCommandProto::NullDatanodeCommand
static
Initial value:
=
DatanodeCommandProto_Type_NullDatanodeCommand
const DatanodeCommandProto_Type hadoop::hdfs::datanode::DatanodeCommandProto::RegisterCommand
static
Initial value:
=
DatanodeCommandProto_Type_RegisterCommand
const int hadoop::hdfs::datanode::DatanodeCommandProto::Type_ARRAYSIZE
static
Initial value:
=
DatanodeCommandProto_Type_Type_ARRAYSIZE
const DatanodeCommandProto_Type hadoop::hdfs::datanode::DatanodeCommandProto::Type_MAX
static
Initial value:
=
DatanodeCommandProto_Type_Type_MAX
const DatanodeCommandProto_Type hadoop::hdfs::datanode::DatanodeCommandProto::Type_MIN
static
Initial value:
=
DatanodeCommandProto_Type_Type_MIN
const DatanodeCommandProto_Type hadoop::hdfs::datanode::DatanodeCommandProto::UnusedUpgradeCommand
static
Initial value:
=
DatanodeCommandProto_Type_UnusedUpgradeCommand

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