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

Public Types

typedef
ErrorReportRequestProto_ErrorCode 
ErrorCode
 

Public Member Functions

 ErrorReportRequestProto (const ErrorReportRequestProto &from)
 
ErrorReportRequestProtooperator= (const ErrorReportRequestProto &from)
 
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ErrorReportRequestProto *other)
 
ErrorReportRequestProtoNew () const
 
ErrorReportRequestProtoNew (::google::protobuf::Arena *arena) const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const ErrorReportRequestProto &from)
 
void MergeFrom (const ErrorReportRequestProto &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_registartion () const
 
void clear_registartion ()
 
const
::hadoop::hdfs::datanode::DatanodeRegistrationProto
registartion () const
 
::hadoop::hdfs::datanode::DatanodeRegistrationProtomutable_registartion ()
 
::hadoop::hdfs::datanode::DatanodeRegistrationProtorelease_registartion ()
 
void set_allocated_registartion (::hadoop::hdfs::datanode::DatanodeRegistrationProto *registartion)
 
bool has_errorcode () const
 
void clear_errorcode ()
 
::google::protobuf::uint32 errorcode () const
 
void set_errorcode (::google::protobuf::uint32 value)
 
bool has_msg () const
 
void clear_msg ()
 
const ::std::string & msg () const
 
void set_msg (const ::std::string &value)
 
void set_msg (const char *value)
 
void set_msg (const char *value, size_t size)
 
::std::string * mutable_msg ()
 
::std::string * release_msg ()
 
void set_allocated_msg (::std::string *msg)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const
ErrorReportRequestProto
default_instance ()
 
static bool ErrorCode_IsValid (int value)
 
static const
::google::protobuf::EnumDescriptor * 
ErrorCode_descriptor ()
 
static const ::std::string & ErrorCode_Name (ErrorCode value)
 
static bool ErrorCode_Parse (const ::std::string &name, ErrorCode *value)
 

Static Public Attributes

static const ErrorCode NOTIFY
 
static const ErrorCode DISK_ERROR
 
static const ErrorCode INVALID_BLOCK
 
static const ErrorCode FATAL_DISK_ERROR
 
static const ErrorCode ErrorCode_MIN
 
static const ErrorCode ErrorCode_MAX
 
static const int ErrorCode_ARRAYSIZE
 
static const int kRegistartionFieldNumber = 1
 
static const int kErrorCodeFieldNumber = 2
 
static const int kMsgFieldNumber = 3
 

Friends

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

Member Data Documentation

const ErrorReportRequestProto_ErrorCode hadoop::hdfs::datanode::ErrorReportRequestProto::DISK_ERROR
static
Initial value:
=
ErrorReportRequestProto_ErrorCode_DISK_ERROR
const int hadoop::hdfs::datanode::ErrorReportRequestProto::ErrorCode_ARRAYSIZE
static
Initial value:
=
ErrorReportRequestProto_ErrorCode_ErrorCode_ARRAYSIZE
const ErrorReportRequestProto_ErrorCode hadoop::hdfs::datanode::ErrorReportRequestProto::ErrorCode_MAX
static
Initial value:
=
ErrorReportRequestProto_ErrorCode_ErrorCode_MAX
const ErrorReportRequestProto_ErrorCode hadoop::hdfs::datanode::ErrorReportRequestProto::ErrorCode_MIN
static
Initial value:
=
ErrorReportRequestProto_ErrorCode_ErrorCode_MIN
const ErrorReportRequestProto_ErrorCode hadoop::hdfs::datanode::ErrorReportRequestProto::FATAL_DISK_ERROR
static
Initial value:
=
ErrorReportRequestProto_ErrorCode_FATAL_DISK_ERROR
const ErrorReportRequestProto_ErrorCode hadoop::hdfs::datanode::ErrorReportRequestProto::INVALID_BLOCK
static
Initial value:
=
ErrorReportRequestProto_ErrorCode_INVALID_BLOCK
const ErrorReportRequestProto_ErrorCode hadoop::hdfs::datanode::ErrorReportRequestProto::NOTIFY
static
Initial value:
=
ErrorReportRequestProto_ErrorCode_NOTIFY

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