Uses of Interface
org.apache.hadoop.ipc.VersionedProtocol

Packages that use VersionedProtocol
org.apache.hadoop.ha.protocolPB   
org.apache.hadoop.ipc Tools to help define network clients and servers. 
org.apache.hadoop.tracing   
 

Uses of VersionedProtocol in org.apache.hadoop.ha.protocolPB
 

Subinterfaces of VersionedProtocol in org.apache.hadoop.ha.protocolPB
 interface HAServiceProtocolPB
           
 interface ZKFCProtocolPB
           
 

Uses of VersionedProtocol in org.apache.hadoop.ipc
 

Methods in org.apache.hadoop.ipc with parameters of type VersionedProtocol
static ProtocolSignature ProtocolSignature.getProtocolSignature(VersionedProtocol server, String protocol, long clientVersion, int clientMethodsHash)
          Get a server protocol's signature
 

Method parameters in org.apache.hadoop.ipc with type arguments of type VersionedProtocol
static ProtocolSignature ProtocolSignature.getProtocolSignature(int clientMethodsHashCode, long serverVersion, Class<? extends VersionedProtocol> protocol)
          Get a server protocol's signature
 

Uses of VersionedProtocol in org.apache.hadoop.tracing
 

Subinterfaces of VersionedProtocol in org.apache.hadoop.tracing
 interface TraceAdminProtocolPB
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.