| Package | Description |
|---|---|
| org.apache.hadoop.oncrpc |
| Modifier and Type | Field | Description |
|---|---|---|
protected RpcMessage.Type |
RpcMessage.messageType |
| Modifier and Type | Method | Description |
|---|---|---|
static RpcMessage.Type |
RpcMessage.Type.fromValue(int value) |
|
RpcMessage.Type |
RpcMessage.getMessageType() |
|
static RpcMessage.Type |
RpcMessage.Type.valueOf(java.lang.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 | Description |
|---|---|---|
protected void |
RpcMessage.validateMessageType(RpcMessage.Type expected) |
| Constructor | Description |
|---|---|
RpcCall(int xid,
RpcMessage.Type messageType,
int rpcVersion,
int program,
int version,
int procedure,
Credentials credential,
Verifier verifier) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.