Uses of Class
org.apache.hadoop.oncrpc.RpcDeniedReply.RejectState

Packages that use RpcDeniedReply.RejectState
org.apache.hadoop.oncrpc   
 

Uses of RpcDeniedReply.RejectState in org.apache.hadoop.oncrpc
 

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

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.