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
Methods in org.apache.hadoop.oncrpc that return RpcReply.ReplyStateModifier and TypeMethodDescriptionstatic RpcReply.ReplyStateRpcReply.ReplyState.fromValue(int value) 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.