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

Public Types

typedef NamenodeCommandProto_Type Type
 

Public Member Functions

 NamenodeCommandProto (const NamenodeCommandProto &from)
 
NamenodeCommandProtooperator= (const NamenodeCommandProto &from)
 
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (NamenodeCommandProto *other)
 
NamenodeCommandProtoNew () const
 
NamenodeCommandProtoNew (::google::protobuf::Arena *arena) const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const NamenodeCommandProto &from)
 
void MergeFrom (const NamenodeCommandProto &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 ()
 
::google::protobuf::uint32 action () const
 
void set_action (::google::protobuf::uint32 value)
 
bool has_type () const
 
void clear_type ()
 
::hadoop::hdfs::NamenodeCommandProto_Type type () const
 
void set_type (::hadoop::hdfs::NamenodeCommandProto_Type value)
 
bool has_checkpointcmd () const
 
void clear_checkpointcmd ()
 
const
::hadoop::hdfs::CheckpointCommandProto
checkpointcmd () const
 
::hadoop::hdfs::CheckpointCommandProtomutable_checkpointcmd ()
 
::hadoop::hdfs::CheckpointCommandProtorelease_checkpointcmd ()
 
void set_allocated_checkpointcmd (::hadoop::hdfs::CheckpointCommandProto *checkpointcmd)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const NamenodeCommandProtodefault_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 NamenodeCommand
 
static const Type CheckPointCommand
 
static const Type Type_MIN
 
static const Type Type_MAX
 
static const int Type_ARRAYSIZE
 
static const int kActionFieldNumber = 1
 
static const int kTypeFieldNumber = 2
 
static const int kCheckpointCmdFieldNumber = 3
 

Friends

void protobuf_AddDesc_hdfs_2eproto ()
 
void protobuf_AssignDesc_hdfs_2eproto ()
 
void protobuf_ShutdownFile_hdfs_2eproto ()
 

Member Data Documentation

const NamenodeCommandProto_Type hadoop::hdfs::NamenodeCommandProto::CheckPointCommand
static
Initial value:
=
NamenodeCommandProto_Type_CheckPointCommand
const NamenodeCommandProto_Type hadoop::hdfs::NamenodeCommandProto::NamenodeCommand
static
Initial value:
=
NamenodeCommandProto_Type_NamenodeCommand
const int hadoop::hdfs::NamenodeCommandProto::Type_ARRAYSIZE
static
Initial value:
=
NamenodeCommandProto_Type_Type_ARRAYSIZE
const NamenodeCommandProto_Type hadoop::hdfs::NamenodeCommandProto::Type_MAX
static
Initial value:
=
NamenodeCommandProto_Type_Type_MAX
const NamenodeCommandProto_Type hadoop::hdfs::NamenodeCommandProto::Type_MIN
static
Initial value:
=
NamenodeCommandProto_Type_Type_MIN

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