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::common::RpcResponseHeaderProto Class Reference
Inheritance diagram for hadoop::common::RpcResponseHeaderProto:

Public Types

typedef
RpcResponseHeaderProto_RpcStatusProto 
RpcStatusProto
 
typedef
RpcResponseHeaderProto_RpcErrorCodeProto 
RpcErrorCodeProto
 

Public Member Functions

 RpcResponseHeaderProto (const RpcResponseHeaderProto &from)
 
RpcResponseHeaderProtooperator= (const RpcResponseHeaderProto &from)
 
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RpcResponseHeaderProto *other)
 
RpcResponseHeaderProtoNew () const
 
RpcResponseHeaderProtoNew (::google::protobuf::Arena *arena) const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const RpcResponseHeaderProto &from)
 
void MergeFrom (const RpcResponseHeaderProto &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_callid () const
 
void clear_callid ()
 
::google::protobuf::uint32 callid () const
 
void set_callid (::google::protobuf::uint32 value)
 
bool has_status () const
 
void clear_status ()
 
::hadoop::common::RpcResponseHeaderProto_RpcStatusProto status () const
 
void set_status (::hadoop::common::RpcResponseHeaderProto_RpcStatusProto value)
 
bool has_serveripcversionnum () const
 
void clear_serveripcversionnum ()
 
::google::protobuf::uint32 serveripcversionnum () const
 
void set_serveripcversionnum (::google::protobuf::uint32 value)
 
bool has_exceptionclassname () const
 
void clear_exceptionclassname ()
 
const ::std::string & exceptionclassname () const
 
void set_exceptionclassname (const ::std::string &value)
 
void set_exceptionclassname (const char *value)
 
void set_exceptionclassname (const char *value, size_t size)
 
::std::string * mutable_exceptionclassname ()
 
::std::string * release_exceptionclassname ()
 
void set_allocated_exceptionclassname (::std::string *exceptionclassname)
 
bool has_errormsg () const
 
void clear_errormsg ()
 
const ::std::string & errormsg () const
 
void set_errormsg (const ::std::string &value)
 
void set_errormsg (const char *value)
 
void set_errormsg (const char *value, size_t size)
 
::std::string * mutable_errormsg ()
 
::std::string * release_errormsg ()
 
void set_allocated_errormsg (::std::string *errormsg)
 
bool has_errordetail () const
 
void clear_errordetail ()
 
::hadoop::common::RpcResponseHeaderProto_RpcErrorCodeProto errordetail () const
 
void set_errordetail (::hadoop::common::RpcResponseHeaderProto_RpcErrorCodeProto value)
 
bool has_clientid () const
 
void clear_clientid ()
 
const ::std::string & clientid () const
 
void set_clientid (const ::std::string &value)
 
void set_clientid (const char *value)
 
void set_clientid (const void *value, size_t size)
 
::std::string * mutable_clientid ()
 
::std::string * release_clientid ()
 
void set_allocated_clientid (::std::string *clientid)
 
bool has_retrycount () const
 
void clear_retrycount ()
 
::google::protobuf::int32 retrycount () const
 
void set_retrycount (::google::protobuf::int32 value)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const
RpcResponseHeaderProto
default_instance ()
 
static bool RpcStatusProto_IsValid (int value)
 
static const
::google::protobuf::EnumDescriptor * 
RpcStatusProto_descriptor ()
 
static const ::std::string & RpcStatusProto_Name (RpcStatusProto value)
 
static bool RpcStatusProto_Parse (const ::std::string &name, RpcStatusProto *value)
 
static bool RpcErrorCodeProto_IsValid (int value)
 
static const
::google::protobuf::EnumDescriptor * 
RpcErrorCodeProto_descriptor ()
 
static const ::std::string & RpcErrorCodeProto_Name (RpcErrorCodeProto value)
 
static bool RpcErrorCodeProto_Parse (const ::std::string &name, RpcErrorCodeProto *value)
 

Static Public Attributes

static const RpcStatusProto SUCCESS
 
static const RpcStatusProto ERROR
 
static const RpcStatusProto FATAL
 
static const RpcStatusProto RpcStatusProto_MIN
 
static const RpcStatusProto RpcStatusProto_MAX
 
static const int RpcStatusProto_ARRAYSIZE
 
static const RpcErrorCodeProto ERROR_APPLICATION
 
static const RpcErrorCodeProto ERROR_NO_SUCH_METHOD
 
static const RpcErrorCodeProto ERROR_NO_SUCH_PROTOCOL
 
static const RpcErrorCodeProto ERROR_RPC_SERVER
 
static const RpcErrorCodeProto ERROR_SERIALIZING_RESPONSE
 
static const RpcErrorCodeProto ERROR_RPC_VERSION_MISMATCH
 
static const RpcErrorCodeProto FATAL_UNKNOWN
 
static const RpcErrorCodeProto FATAL_UNSUPPORTED_SERIALIZATION
 
static const RpcErrorCodeProto FATAL_INVALID_RPC_HEADER
 
static const RpcErrorCodeProto FATAL_DESERIALIZING_REQUEST
 
static const RpcErrorCodeProto FATAL_VERSION_MISMATCH
 
static const RpcErrorCodeProto FATAL_UNAUTHORIZED
 
static const RpcErrorCodeProto RpcErrorCodeProto_MIN
 
static const RpcErrorCodeProto RpcErrorCodeProto_MAX
 
static const int RpcErrorCodeProto_ARRAYSIZE
 
static const int kCallIdFieldNumber = 1
 
static const int kStatusFieldNumber = 2
 
static const int kServerIpcVersionNumFieldNumber = 3
 
static const int kExceptionClassNameFieldNumber = 4
 
static const int kErrorMsgFieldNumber = 5
 
static const int kErrorDetailFieldNumber = 6
 
static const int kClientIdFieldNumber = 7
 
static const int kRetryCountFieldNumber = 8
 

Friends

void protobuf_AddDesc_RpcHeader_2eproto ()
 
void protobuf_AssignDesc_RpcHeader_2eproto ()
 
void protobuf_ShutdownFile_RpcHeader_2eproto ()
 

Member Data Documentation

const RpcResponseHeaderProto_RpcStatusProto hadoop::common::RpcResponseHeaderProto::ERROR
static
Initial value:
=
RpcResponseHeaderProto_RpcStatusProto_ERROR
const RpcResponseHeaderProto_RpcErrorCodeProto hadoop::common::RpcResponseHeaderProto::ERROR_APPLICATION
static
Initial value:
=
RpcResponseHeaderProto_RpcErrorCodeProto_ERROR_APPLICATION
const RpcResponseHeaderProto_RpcErrorCodeProto hadoop::common::RpcResponseHeaderProto::ERROR_NO_SUCH_METHOD
static
Initial value:
=
RpcResponseHeaderProto_RpcErrorCodeProto_ERROR_NO_SUCH_METHOD
const RpcResponseHeaderProto_RpcErrorCodeProto hadoop::common::RpcResponseHeaderProto::ERROR_NO_SUCH_PROTOCOL
static
Initial value:
=
RpcResponseHeaderProto_RpcErrorCodeProto_ERROR_NO_SUCH_PROTOCOL
const RpcResponseHeaderProto_RpcErrorCodeProto hadoop::common::RpcResponseHeaderProto::ERROR_RPC_SERVER
static
Initial value:
=
RpcResponseHeaderProto_RpcErrorCodeProto_ERROR_RPC_SERVER
const RpcResponseHeaderProto_RpcErrorCodeProto hadoop::common::RpcResponseHeaderProto::ERROR_RPC_VERSION_MISMATCH
static
Initial value:
=
RpcResponseHeaderProto_RpcErrorCodeProto_ERROR_RPC_VERSION_MISMATCH
const RpcResponseHeaderProto_RpcErrorCodeProto hadoop::common::RpcResponseHeaderProto::ERROR_SERIALIZING_RESPONSE
static
Initial value:
=
RpcResponseHeaderProto_RpcErrorCodeProto_ERROR_SERIALIZING_RESPONSE
const RpcResponseHeaderProto_RpcStatusProto hadoop::common::RpcResponseHeaderProto::FATAL
static
Initial value:
=
RpcResponseHeaderProto_RpcStatusProto_FATAL
const RpcResponseHeaderProto_RpcErrorCodeProto hadoop::common::RpcResponseHeaderProto::FATAL_DESERIALIZING_REQUEST
static
Initial value:
=
RpcResponseHeaderProto_RpcErrorCodeProto_FATAL_DESERIALIZING_REQUEST
const RpcResponseHeaderProto_RpcErrorCodeProto hadoop::common::RpcResponseHeaderProto::FATAL_INVALID_RPC_HEADER
static
Initial value:
=
RpcResponseHeaderProto_RpcErrorCodeProto_FATAL_INVALID_RPC_HEADER
const RpcResponseHeaderProto_RpcErrorCodeProto hadoop::common::RpcResponseHeaderProto::FATAL_UNAUTHORIZED
static
Initial value:
=
RpcResponseHeaderProto_RpcErrorCodeProto_FATAL_UNAUTHORIZED
const RpcResponseHeaderProto_RpcErrorCodeProto hadoop::common::RpcResponseHeaderProto::FATAL_UNKNOWN
static
Initial value:
=
RpcResponseHeaderProto_RpcErrorCodeProto_FATAL_UNKNOWN
const RpcResponseHeaderProto_RpcErrorCodeProto hadoop::common::RpcResponseHeaderProto::FATAL_UNSUPPORTED_SERIALIZATION
static
Initial value:
=
RpcResponseHeaderProto_RpcErrorCodeProto_FATAL_UNSUPPORTED_SERIALIZATION
const RpcResponseHeaderProto_RpcErrorCodeProto hadoop::common::RpcResponseHeaderProto::FATAL_VERSION_MISMATCH
static
Initial value:
=
RpcResponseHeaderProto_RpcErrorCodeProto_FATAL_VERSION_MISMATCH
const int hadoop::common::RpcResponseHeaderProto::RpcErrorCodeProto_ARRAYSIZE
static
Initial value:
=
RpcResponseHeaderProto_RpcErrorCodeProto_RpcErrorCodeProto_ARRAYSIZE
const RpcResponseHeaderProto_RpcErrorCodeProto hadoop::common::RpcResponseHeaderProto::RpcErrorCodeProto_MAX
static
Initial value:
=
RpcResponseHeaderProto_RpcErrorCodeProto_RpcErrorCodeProto_MAX
const RpcResponseHeaderProto_RpcErrorCodeProto hadoop::common::RpcResponseHeaderProto::RpcErrorCodeProto_MIN
static
Initial value:
=
RpcResponseHeaderProto_RpcErrorCodeProto_RpcErrorCodeProto_MIN
const int hadoop::common::RpcResponseHeaderProto::RpcStatusProto_ARRAYSIZE
static
Initial value:
=
RpcResponseHeaderProto_RpcStatusProto_RpcStatusProto_ARRAYSIZE
const RpcResponseHeaderProto_RpcStatusProto hadoop::common::RpcResponseHeaderProto::RpcStatusProto_MAX
static
Initial value:
=
RpcResponseHeaderProto_RpcStatusProto_RpcStatusProto_MAX
const RpcResponseHeaderProto_RpcStatusProto hadoop::common::RpcResponseHeaderProto::RpcStatusProto_MIN
static
Initial value:
=
RpcResponseHeaderProto_RpcStatusProto_RpcStatusProto_MIN
const RpcResponseHeaderProto_RpcStatusProto hadoop::common::RpcResponseHeaderProto::SUCCESS
static
Initial value:
=
RpcResponseHeaderProto_RpcStatusProto_SUCCESS

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