Package | Description |
---|---|
org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.ipc.protobuf | |
org.apache.hadoop.util |
Common utilities.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Writable> |
Server.getRpcRequestWrapper(RpcHeaderProtos.RpcKindProto rpcKind) |
Modifier and Type | Method and Description |
---|---|
RpcHeaderProtos.RpcKindProto |
RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder.getRpcKind()
optional .hadoop.common.RpcKindProto rpcKind = 1; |
RpcHeaderProtos.RpcKindProto |
RpcHeaderProtos.RpcRequestHeaderProto.getRpcKind()
optional .hadoop.common.RpcKindProto rpcKind = 1; |
RpcHeaderProtos.RpcKindProto |
RpcHeaderProtos.RpcRequestHeaderProto.Builder.getRpcKind()
optional .hadoop.common.RpcKindProto rpcKind = 1; |
static RpcHeaderProtos.RpcKindProto |
RpcHeaderProtos.RpcKindProto.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RpcHeaderProtos.RpcKindProto |
RpcHeaderProtos.RpcKindProto.valueOf(int value) |
static RpcHeaderProtos.RpcKindProto |
RpcHeaderProtos.RpcKindProto.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RpcHeaderProtos.RpcKindProto[] |
RpcHeaderProtos.RpcKindProto.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<RpcHeaderProtos.RpcKindProto> |
RpcHeaderProtos.RpcKindProto.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
RpcHeaderProtos.RpcRequestHeaderProto.Builder |
RpcHeaderProtos.RpcRequestHeaderProto.Builder.setRpcKind(RpcHeaderProtos.RpcKindProto value)
optional .hadoop.common.RpcKindProto rpcKind = 1; |
Modifier and Type | Method and Description |
---|---|
static RPC.RpcKind |
ProtoUtil.convert(RpcHeaderProtos.RpcKindProto kind) |
Copyright © 2017 Apache Software Foundation. All Rights Reserved.