Uses of Interface
org.apache.hadoop.ipc.VersionedProtocol
Packages that use VersionedProtocol
Package
Description
Tools to help define network clients and servers.
-
Uses of VersionedProtocol in org.apache.hadoop.ha.protocolPB
Subinterfaces of VersionedProtocol in org.apache.hadoop.ha.protocolPBClasses in org.apache.hadoop.ha.protocolPB that implement VersionedProtocolModifier and TypeClassDescriptionclassThis class is used on the server side.class -
Uses of VersionedProtocol in org.apache.hadoop.ipc
Methods in org.apache.hadoop.ipc with parameters of type VersionedProtocolModifier and TypeMethodDescriptionstatic ProtocolSignatureProtocolSignature.getProtocolSignature(VersionedProtocol server, String protocol, long clientVersion, int clientMethodsHash) Get a server protocol's signatureMethod parameters in org.apache.hadoop.ipc with type arguments of type VersionedProtocolModifier and TypeMethodDescriptionstatic ProtocolSignatureProtocolSignature.getProtocolSignature(int clientMethodsHashCode, long serverVersion, Class<? extends VersionedProtocol> protocol) Get a server protocol's signature