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

Public Types

typedef
ReceivedDeletedBlockInfoProto_BlockStatus 
BlockStatus
 

Public Member Functions

 ReceivedDeletedBlockInfoProto (const ReceivedDeletedBlockInfoProto &from)
 
ReceivedDeletedBlockInfoProtooperator= (const ReceivedDeletedBlockInfoProto &from)
 
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ReceivedDeletedBlockInfoProto *other)
 
ReceivedDeletedBlockInfoProtoNew () const
 
ReceivedDeletedBlockInfoProtoNew (::google::protobuf::Arena *arena) const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const ReceivedDeletedBlockInfoProto &from)
 
void MergeFrom (const ReceivedDeletedBlockInfoProto &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_block () const
 
void clear_block ()
 
const ::hadoop::hdfs::BlockProtoblock () const
 
::hadoop::hdfs::BlockProtomutable_block ()
 
::hadoop::hdfs::BlockProtorelease_block ()
 
void set_allocated_block (::hadoop::hdfs::BlockProto *block)
 
bool has_status () const
 
void clear_status ()
 
::hadoop::hdfs::datanode::ReceivedDeletedBlockInfoProto_BlockStatus status () const
 
void set_status (::hadoop::hdfs::datanode::ReceivedDeletedBlockInfoProto_BlockStatus value)
 
bool has_deletehint () const
 
void clear_deletehint ()
 
const ::std::string & deletehint () const
 
void set_deletehint (const ::std::string &value)
 
void set_deletehint (const char *value)
 
void set_deletehint (const char *value, size_t size)
 
::std::string * mutable_deletehint ()
 
::std::string * release_deletehint ()
 
void set_allocated_deletehint (::std::string *deletehint)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const
ReceivedDeletedBlockInfoProto
default_instance ()
 
static bool BlockStatus_IsValid (int value)
 
static const
::google::protobuf::EnumDescriptor * 
BlockStatus_descriptor ()
 
static const ::std::string & BlockStatus_Name (BlockStatus value)
 
static bool BlockStatus_Parse (const ::std::string &name, BlockStatus *value)
 

Static Public Attributes

static const BlockStatus RECEIVING
 
static const BlockStatus RECEIVED
 
static const BlockStatus DELETED
 
static const BlockStatus BlockStatus_MIN
 
static const BlockStatus BlockStatus_MAX
 
static const int BlockStatus_ARRAYSIZE
 
static const int kBlockFieldNumber = 1
 
static const int kStatusFieldNumber = 3
 
static const int kDeleteHintFieldNumber = 2
 

Friends

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

Member Data Documentation

const int hadoop::hdfs::datanode::ReceivedDeletedBlockInfoProto::BlockStatus_ARRAYSIZE
static
Initial value:
=
ReceivedDeletedBlockInfoProto_BlockStatus_BlockStatus_ARRAYSIZE
const ReceivedDeletedBlockInfoProto_BlockStatus hadoop::hdfs::datanode::ReceivedDeletedBlockInfoProto::BlockStatus_MAX
static
Initial value:
=
ReceivedDeletedBlockInfoProto_BlockStatus_BlockStatus_MAX
const ReceivedDeletedBlockInfoProto_BlockStatus hadoop::hdfs::datanode::ReceivedDeletedBlockInfoProto::BlockStatus_MIN
static
Initial value:
=
ReceivedDeletedBlockInfoProto_BlockStatus_BlockStatus_MIN
const ReceivedDeletedBlockInfoProto_BlockStatus hadoop::hdfs::datanode::ReceivedDeletedBlockInfoProto::DELETED
static
Initial value:
=
ReceivedDeletedBlockInfoProto_BlockStatus_DELETED
const ReceivedDeletedBlockInfoProto_BlockStatus hadoop::hdfs::datanode::ReceivedDeletedBlockInfoProto::RECEIVED
static
Initial value:
=
ReceivedDeletedBlockInfoProto_BlockStatus_RECEIVED
const ReceivedDeletedBlockInfoProto_BlockStatus hadoop::hdfs::datanode::ReceivedDeletedBlockInfoProto::RECEIVING
static
Initial value:
=
ReceivedDeletedBlockInfoProto_BlockStatus_RECEIVING

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