Uses of Enum Class
org.apache.hadoop.oncrpc.RpcAcceptedReply.AcceptState
Packages that use RpcAcceptedReply.AcceptState
Package
Description
This package provides ONC RPC implementation with simple UDP/TCP
Servers and clients.
-
Uses of RpcAcceptedReply.AcceptState in org.apache.hadoop.oncrpc
Methods in org.apache.hadoop.oncrpc that return RpcAcceptedReply.AcceptStateModifier and TypeMethodDescriptionstatic RpcAcceptedReply.AcceptStateRpcAcceptedReply.AcceptState.fromValue(int value) RpcAcceptedReply.getAcceptState()static RpcAcceptedReply.AcceptStateReturns the enum constant of this class with the specified name.static RpcAcceptedReply.AcceptState[]RpcAcceptedReply.AcceptState.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 RpcAcceptedReply.AcceptStateModifier and TypeMethodDescriptionstatic RpcAcceptedReplyRpcAcceptedReply.getInstance(int xid, RpcAcceptedReply.AcceptState state, Verifier verifier)