Uses of Class
org.apache.hadoop.oncrpc.RpcReply.ReplyState

Packages that use RpcReply.ReplyState
org.apache.hadoop.oncrpc   
 

Uses of RpcReply.ReplyState in org.apache.hadoop.oncrpc
 

Fields in org.apache.hadoop.oncrpc declared as RpcReply.ReplyState
protected  RpcReply.ReplyState RpcReply.replyState
           
 

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 RpcDeniedReply RpcDeniedReply.read(int xid, RpcReply.ReplyState replyState, XDR xdr)
           
static RpcAcceptedReply RpcAcceptedReply.read(int xid, RpcReply.ReplyState replyState, XDR xdr)
           
 

Constructors in org.apache.hadoop.oncrpc with parameters of type RpcReply.ReplyState
RpcDeniedReply(int xid, RpcReply.ReplyState replyState, RpcDeniedReply.RejectState rejectState, Verifier verifier)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.