Uses of Enum Class
org.apache.hadoop.oncrpc.RpcDeniedReply.RejectState
Packages that use RpcDeniedReply.RejectState
Package
Description
This package provides ONC RPC implementation with simple UDP/TCP
Servers and clients.
-
Uses of RpcDeniedReply.RejectState in org.apache.hadoop.oncrpc
Methods in org.apache.hadoop.oncrpc that return RpcDeniedReply.RejectStateModifier and TypeMethodDescriptionRpcDeniedReply.getRejectState()static RpcDeniedReply.RejectStateReturns the enum constant of this class with the specified name.static RpcDeniedReply.RejectState[]RpcDeniedReply.RejectState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.oncrpc with parameters of type RpcDeniedReply.RejectStateModifierConstructorDescriptionRpcDeniedReply(int xid, RpcReply.ReplyState replyState, RpcDeniedReply.RejectState rejectState, Verifier verifier)