Uses of Enum Class
org.apache.hadoop.oncrpc.RpcMessage.Type
Packages that use RpcMessage.Type
Package
Description
This package provides ONC RPC implementation with simple UDP/TCP
Servers and clients.
-
Uses of RpcMessage.Type in org.apache.hadoop.oncrpc
Methods in org.apache.hadoop.oncrpc that return RpcMessage.TypeModifier and TypeMethodDescriptionstatic RpcMessage.TypeRpcMessage.Type.fromValue(int value) static RpcMessage.TypeReturns the enum constant of this class with the specified name.static RpcMessage.Type[]RpcMessage.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.