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) 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.