|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RpcReply.ReplyState | |
---|---|
org.apache.hadoop.oncrpc |
Uses of RpcReply.ReplyState in org.apache.hadoop.oncrpc |
---|
Methods in org.apache.hadoop.oncrpc that return RpcReply.ReplyState | |
---|---|
static RpcReply.ReplyState |
RpcReply.ReplyState.fromValue(int value)
|
RpcReply.ReplyState |
RpcReply.getState()
|
static RpcReply.ReplyState |
RpcReply.ReplyState.valueOf(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. |
Methods in org.apache.hadoop.oncrpc with parameters of type RpcReply.ReplyState | |
---|---|
static RpcAcceptedReply |
RpcAcceptedReply.read(int xid,
int messageType,
RpcReply.ReplyState replyState,
XDR xdr)
|
static RpcDeniedReply |
RpcDeniedReply.read(int xid,
int messageType,
RpcReply.ReplyState replyState,
XDR xdr)
|
static XDR |
RpcDeniedReply.voidReply(XDR xdr,
int xid,
RpcReply.ReplyState msgAccepted,
RpcDeniedReply.RejectState rejectState)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |