Package | Description |
---|---|
org.apache.hadoop.oncrpc |
Modifier and Type | Field and Description |
---|---|
protected RpcMessage.Type |
RpcMessage.messageType |
Modifier and Type | Method and Description |
---|---|
static RpcMessage.Type |
RpcMessage.Type.fromValue(int value) |
RpcMessage.Type |
RpcMessage.getMessageType() |
static RpcMessage.Type |
RpcMessage.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RpcMessage.Type[] |
RpcMessage.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RpcMessage.validateMessageType(RpcMessage.Type expected) |
Constructor and Description |
---|
RpcCall(int xid,
RpcMessage.Type messageType,
int rpcVersion,
int program,
int version,
int procedure,
Credentials credential,
Verifier verifier) |
Copyright © 2013 Apache Software Foundation. All rights reserved.