| Package | Description |
|---|---|
| org.apache.hadoop.oncrpc |
| Modifier and Type | Field | Description |
|---|---|---|
protected RpcReply.ReplyState |
RpcReply.replyState |
| Modifier and Type | Method | Description |
|---|---|---|
static RpcReply.ReplyState |
RpcReply.ReplyState.fromValue(int value) |
|
RpcReply.ReplyState |
RpcReply.getState() |
|
static RpcReply.ReplyState |
RpcReply.ReplyState.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static RpcReply.ReplyState[] |
RpcReply.ReplyState.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static RpcAcceptedReply |
RpcAcceptedReply.read(int xid,
RpcReply.ReplyState replyState,
XDR xdr) |
|
static RpcDeniedReply |
RpcDeniedReply.read(int xid,
RpcReply.ReplyState replyState,
XDR xdr) |
| Constructor | Description |
|---|---|
RpcDeniedReply(int xid,
RpcReply.ReplyState replyState,
RpcDeniedReply.RejectState rejectState,
Verifier verifier) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.