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
Fields in org.apache.hadoop.oncrpc declared as RpcMessage.TypeMethods in org.apache.hadoop.oncrpc that return RpcMessage.TypeModifier and TypeMethodDescriptionstatic RpcMessage.TypeRpcMessage.Type.fromValue(int value) RpcMessage.getMessageType()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.Methods in org.apache.hadoop.oncrpc with parameters of type RpcMessage.TypeModifier and TypeMethodDescriptionprotected voidRpcMessage.validateMessageType(RpcMessage.Type expected) Constructors in org.apache.hadoop.oncrpc with parameters of type RpcMessage.TypeModifierConstructorDescriptionprotectedRpcCall(int xid, RpcMessage.Type messageType, int rpcVersion, int program, int version, int procedure, Credentials credential, Verifier verifier)