Uses of Enum Class
org.apache.hadoop.oncrpc.RpcReply.ReplyState
Packages that use RpcReply.ReplyState
Package
Description
This package provides ONC RPC implementation with simple UDP/TCP
Servers and clients.
-
Uses of RpcReply.ReplyState in org.apache.hadoop.oncrpc
Fields in org.apache.hadoop.oncrpc declared as RpcReply.ReplyStateMethods in org.apache.hadoop.oncrpc that return RpcReply.ReplyStateModifier and TypeMethodDescriptionstatic RpcReply.ReplyStateRpcReply.ReplyState.fromValue(int value) RpcReply.getState()static RpcReply.ReplyStateReturns the enum constant of this class with the specified name.static RpcReply.ReplyState[]RpcReply.ReplyState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.oncrpc with parameters of type RpcReply.ReplyStateModifier and TypeMethodDescriptionstatic RpcAcceptedReplyRpcAcceptedReply.read(int xid, RpcReply.ReplyState replyState, XDR xdr) static RpcDeniedReplyRpcDeniedReply.read(int xid, RpcReply.ReplyState replyState, XDR xdr) Constructors in org.apache.hadoop.oncrpc with parameters of type RpcReply.ReplyStateModifierConstructorDescriptionRpcDeniedReply(int xid, RpcReply.ReplyState replyState, RpcDeniedReply.RejectState rejectState, Verifier verifier)