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

Public Types

typedef BlockIdCommandProto_Action Action
 

Public Member Functions

 BlockIdCommandProto (const BlockIdCommandProto &from)
 
BlockIdCommandProtooperator= (const BlockIdCommandProto &from)
 
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (BlockIdCommandProto *other)
 
BlockIdCommandProtoNew () const
 
BlockIdCommandProtoNew (::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 ()
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const BlockIdCommandProtodefault_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 CACHE
 
static const Action UNCACHE
 
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 kBlockIdsFieldNumber = 3
 

Friends

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

Member Data Documentation

const int hadoop::hdfs::datanode::BlockIdCommandProto::Action_ARRAYSIZE
static
Initial value:
=
BlockIdCommandProto_Action_Action_ARRAYSIZE
const BlockIdCommandProto_Action hadoop::hdfs::datanode::BlockIdCommandProto::Action_MAX
static
Initial value:
=
BlockIdCommandProto_Action_Action_MAX
const BlockIdCommandProto_Action hadoop::hdfs::datanode::BlockIdCommandProto::Action_MIN
static
Initial value:
=
BlockIdCommandProto_Action_Action_MIN
const BlockIdCommandProto_Action hadoop::hdfs::datanode::BlockIdCommandProto::CACHE
static
Initial value:
=
BlockIdCommandProto_Action_CACHE
const BlockIdCommandProto_Action hadoop::hdfs::datanode::BlockIdCommandProto::UNCACHE
static
Initial value:
=
BlockIdCommandProto_Action_UNCACHE

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