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. 
 

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

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

Uses of VersionedProtocol in org.apache.hadoop.ipc
 

Methods in org.apache.hadoop.ipc with type parameters of type VersionedProtocol
static
<PROTO extends VersionedProtocol,IMPL extends PROTO>
RPC.Server
RPC.getServer(Class<PROTO> protocol, IMPL instance, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, Configuration conf, org.apache.hadoop.security.token.SecretManager<? extends org.apache.hadoop.security.token.TokenIdentifier> secretManager)
          Construct a server for a protocol implementation instance.
 

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
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.