Package | Description |
---|---|
org.apache.hadoop.oncrpc |
Modifier and Type | Method and Description |
---|---|
static RpcAcceptedReply.AcceptState |
RpcAcceptedReply.AcceptState.fromValue(int value) |
RpcAcceptedReply.AcceptState |
RpcAcceptedReply.getAcceptState() |
static RpcAcceptedReply.AcceptState |
RpcAcceptedReply.AcceptState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RpcAcceptedReply.AcceptState[] |
RpcAcceptedReply.AcceptState.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.getInstance(int xid,
RpcAcceptedReply.AcceptState state,
Verifier verifier) |
Copyright © 2013 Apache Software Foundation. All rights reserved.