Package | Description |
---|---|
org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.ipc.protobuf |
Modifier and Type | Method and Description |
---|---|
RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto |
RemoteException.getErrorCode() |
RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto |
RpcServerException.getRpcErrorCodeProto()
get the detailed rpc status corresponding to this exception
|
RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto |
RpcNoSuchProtocolException.getRpcErrorCodeProto()
get the detailed rpc status corresponding to this exception
|
RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto |
RpcNoSuchMethodException.getRpcErrorCodeProto()
get the detailed rpc status corresponding to this exception
|
RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto |
RPC.VersionMismatch.getRpcErrorCodeProto()
get the detailed rpc status corresponding to this exception
|
Constructor and Description |
---|
RemoteException(String className,
String msg,
RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto erCode) |
Modifier and Type | Method and Description |
---|---|
RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto |
RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder.getErrorDetail()
optional .hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto errorDetail = 6; |
RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto |
RpcHeaderProtos.RpcResponseHeaderProto.getErrorDetail()
optional .hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto errorDetail = 6; |
RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto |
RpcHeaderProtos.RpcResponseHeaderProto.Builder.getErrorDetail()
optional .hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto errorDetail = 6; |
static RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto |
RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto |
RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.valueOf(int value) |
static RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto |
RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto[] |
RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.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.RpcResponseHeaderProto.RpcErrorCodeProto> |
RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
RpcHeaderProtos.RpcResponseHeaderProto.Builder |
RpcHeaderProtos.RpcResponseHeaderProto.Builder.setErrorDetail(RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto value)
optional .hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto errorDetail = 6; |
Copyright © 2017 Apache Software Foundation. All Rights Reserved.