Package | Description |
---|---|
org.apache.hadoop.oncrpc |
Modifier and Type | Method and Description |
---|---|
RpcDeniedReply.RejectState |
RpcDeniedReply.getRejectState() |
static RpcDeniedReply.RejectState |
RpcDeniedReply.RejectState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RpcDeniedReply.RejectState[] |
RpcDeniedReply.RejectState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RpcDeniedReply(int xid,
RpcReply.ReplyState replyState,
RpcDeniedReply.RejectState rejectState,
Verifier verifier) |
Copyright © 2013 Apache Software Foundation. All rights reserved.