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.
 

Methods in org.apache.hadoop.oncrpc with parameters of type RpcDeniedReply.RejectState
static XDR RpcDeniedReply.voidReply(XDR xdr, int xid, RpcReply.ReplyState msgAccepted, RpcDeniedReply.RejectState rejectState)
           
 



Copyright © 2009 The Apache Software Foundation