Package org.apache.hadoop.ipc.protobuf


package org.apache.hadoop.ipc.protobuf
  • Class
    Description
    org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos
     
    org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
    The connection context is sent as part of the connection establishment.
    org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
    The connection context is sent as part of the connection establishment.
    org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
     
    org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
    Spec for UserInformationProto is specified in ProtoUtil#makeIpcConnectionContext
    org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
    Spec for UserInformationProto is specified in ProtoUtil#makeIpcConnectionContext
    org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProtoOrBuilder
     
    org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos
     
    org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto
    This message is the header for the Protobuf Rpc Engine when sending a RPC request from RPC client to the RPC server.
    org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
    This message is the header for the Protobuf Rpc Engine when sending a RPC request from RPC client to the RPC server.
    org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder
     
    org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos
     
    org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
    Protobuf type hadoop.common.RequestHeaderProto
    org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
    Protobuf type hadoop.common.RequestHeaderProto
    org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder
     
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos
     
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
    Get protocol signature request.
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
    Get protocol signature request.
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
     
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
    Get protocol signature response.
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
    Get protocol signature response.
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder
     
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
    Request to get protocol versions for all supported rpc kinds.
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
    Request to get protocol versions for all supported rpc kinds.
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder
     
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
    Get protocol version response.
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
    Get protocol version response.
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder
     
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
    Protocol to get information about protocols.
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.BlockingInterface
     
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.Interface
     
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.Stub
     
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
    Protobuf type hadoop.common.ProtocolSignatureProto
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
    Protobuf type hadoop.common.ProtocolSignatureProto
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder
     
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
    Protocol version with corresponding rpc kind.
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
    Protocol version with corresponding rpc kind.
    org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProtoOrBuilder
     
    org.apache.hadoop.ipc.protobuf.RpcHeaderProtos
     
    org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
    Used to pass through the call context entry after an RPC is made.
    org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
    Used to pass through the call context entry after an RPC is made.
    org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProtoOrBuilder
     
    RpcKind determine the rpcEngine and the serialization of the rpc request
    org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
    the header for the RpcRequest
    org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
    the header for the RpcRequest
    Protobuf enum hadoop.common.RpcRequestHeaderProto.OperationProto
    org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
     
    org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
    Rpc Response Header +------------------------------------------------------------------+ | Rpc total response length in bytes (4 bytes int) | | (sum of next two parts) | +------------------------------------------------------------------+ | RpcResponseHeaderProto - serialized delimited ie has len | +------------------------------------------------------------------+ | if request is successful: | | - RpcResponse - The actual rpc response bytes follow | | the response header | | This response is serialized based on RpcKindProto | | if request fails : | | The rpc response header contains the necessary info | +------------------------------------------------------------------+ Note that rpc response header is also used when connection setup fails.
    org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    Rpc Response Header +------------------------------------------------------------------+ | Rpc total response length in bytes (4 bytes int) | | (sum of next two parts) | +------------------------------------------------------------------+ | RpcResponseHeaderProto - serialized delimited ie has len | +------------------------------------------------------------------+ | if request is successful: | | - RpcResponse - The actual rpc response bytes follow | | the response header | | This response is serialized based on RpcKindProto | | if request fails : | | The rpc response header contains the necessary info | +------------------------------------------------------------------+ Note that rpc response header is also used when connection setup fails.
    Protobuf enum hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto
    Protobuf enum hadoop.common.RpcResponseHeaderProto.RpcStatusProto
    org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
     
    org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
    Protobuf type hadoop.common.RpcSaslProto
    org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
    Protobuf type hadoop.common.RpcSaslProto
    org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
    Protobuf type hadoop.common.RpcSaslProto.SaslAuth
    org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
    Protobuf type hadoop.common.RpcSaslProto.SaslAuth
    org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
     
    Protobuf enum hadoop.common.RpcSaslProto.SaslState
    org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
     
    org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
    Used to pass through the information necessary to continue a trace after an RPC is made.
    org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
    Used to pass through the information necessary to continue a trace after an RPC is made.
    org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProtoOrBuilder