Uses of Class
org.apache.hadoop.oncrpc.RpcAcceptedReply.AcceptState

Packages that use RpcAcceptedReply.AcceptState
org.apache.hadoop.oncrpc   
 

Uses of RpcAcceptedReply.AcceptState in org.apache.hadoop.oncrpc
 

Methods in org.apache.hadoop.oncrpc that return RpcAcceptedReply.AcceptState
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.
 

Methods in org.apache.hadoop.oncrpc with parameters of type RpcAcceptedReply.AcceptState
static RpcAcceptedReply RpcAcceptedReply.getInstance(int xid, RpcAcceptedReply.AcceptState state, Verifier verifier)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.