Package | Description |
---|---|
org.apache.hadoop.oncrpc |
Modifier and Type | Field and Description |
---|---|
protected RpcReply.ReplyState |
RpcReply.replyState |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static RpcAcceptedReply |
RpcAcceptedReply.read(int xid,
RpcReply.ReplyState replyState,
XDR xdr) |
static RpcDeniedReply |
RpcDeniedReply.read(int xid,
RpcReply.ReplyState replyState,
XDR xdr) |
Constructor and Description |
---|
RpcDeniedReply(int xid,
RpcReply.ReplyState replyState,
RpcDeniedReply.RejectState rejectState,
Verifier verifier) |
Copyright © 2013 Apache Software Foundation. All rights reserved.