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

Public Types

typedef
RpcRequestHeaderProto_OperationProto 
OperationProto
 

Public Member Functions

 RpcRequestHeaderProto (const RpcRequestHeaderProto &from)
 
RpcRequestHeaderProtooperator= (const RpcRequestHeaderProto &from)
 
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RpcRequestHeaderProto *other)
 
RpcRequestHeaderProtoNew () const
 
RpcRequestHeaderProtoNew (::google::protobuf::Arena *arena) const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const RpcRequestHeaderProto &from)
 
void MergeFrom (const RpcRequestHeaderProto &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_rpckind () const
 
void clear_rpckind ()
 
::hadoop::common::RpcKindProto rpckind () const
 
void set_rpckind (::hadoop::common::RpcKindProto value)
 
bool has_rpcop () const
 
void clear_rpcop ()
 
::hadoop::common::RpcRequestHeaderProto_OperationProto rpcop () const
 
void set_rpcop (::hadoop::common::RpcRequestHeaderProto_OperationProto value)
 
bool has_callid () const
 
void clear_callid ()
 
::google::protobuf::int32 callid () const
 
void set_callid (::google::protobuf::int32 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)
 
bool has_traceinfo () const
 
void clear_traceinfo ()
 
const
::hadoop::common::RPCTraceInfoProto
traceinfo () const
 
::hadoop::common::RPCTraceInfoProtomutable_traceinfo ()
 
::hadoop::common::RPCTraceInfoProtorelease_traceinfo ()
 
void set_allocated_traceinfo (::hadoop::common::RPCTraceInfoProto *traceinfo)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const
RpcRequestHeaderProto
default_instance ()
 
static bool OperationProto_IsValid (int value)
 
static const
::google::protobuf::EnumDescriptor * 
OperationProto_descriptor ()
 
static const ::std::string & OperationProto_Name (OperationProto value)
 
static bool OperationProto_Parse (const ::std::string &name, OperationProto *value)
 

Static Public Attributes

static const OperationProto RPC_FINAL_PACKET
 
static const OperationProto RPC_CONTINUATION_PACKET
 
static const OperationProto RPC_CLOSE_CONNECTION
 
static const OperationProto OperationProto_MIN
 
static const OperationProto OperationProto_MAX
 
static const int OperationProto_ARRAYSIZE
 
static const int kRpcKindFieldNumber = 1
 
static const int kRpcOpFieldNumber = 2
 
static const int kCallIdFieldNumber = 3
 
static const int kClientIdFieldNumber = 4
 
static const int kRetryCountFieldNumber = 5
 
static const int kTraceInfoFieldNumber = 6
 

Friends

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

Member Data Documentation

const int hadoop::common::RpcRequestHeaderProto::OperationProto_ARRAYSIZE
static
Initial value:
=
RpcRequestHeaderProto_OperationProto_OperationProto_ARRAYSIZE
const RpcRequestHeaderProto_OperationProto hadoop::common::RpcRequestHeaderProto::OperationProto_MAX
static
Initial value:
=
RpcRequestHeaderProto_OperationProto_OperationProto_MAX
const RpcRequestHeaderProto_OperationProto hadoop::common::RpcRequestHeaderProto::OperationProto_MIN
static
Initial value:
=
RpcRequestHeaderProto_OperationProto_OperationProto_MIN
const RpcRequestHeaderProto_OperationProto hadoop::common::RpcRequestHeaderProto::RPC_CLOSE_CONNECTION
static
Initial value:
=
RpcRequestHeaderProto_OperationProto_RPC_CLOSE_CONNECTION
const RpcRequestHeaderProto_OperationProto hadoop::common::RpcRequestHeaderProto::RPC_CONTINUATION_PACKET
static
Initial value:
=
RpcRequestHeaderProto_OperationProto_RPC_CONTINUATION_PACKET
const RpcRequestHeaderProto_OperationProto hadoop::common::RpcRequestHeaderProto::RPC_FINAL_PACKET
static
Initial value:
=
RpcRequestHeaderProto_OperationProto_RPC_FINAL_PACKET

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