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

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

Uses of VersionedProtocol in org.apache.hadoop.ipc
 

Methods in org.apache.hadoop.ipc that return VersionedProtocol
static VersionedProtocol RPC.getProxy(Class<?> protocol, long clientVersion, InetSocketAddress addr, Configuration conf)
          Construct a client-side proxy object with the default SocketFactory
static VersionedProtocol RPC.getProxy(Class<?> protocol, long clientVersion, InetSocketAddress addr, Configuration conf, SocketFactory factory)
          Construct a client-side proxy object that implements the named protocol, talking to a server at the named address.
static VersionedProtocol RPC.getProxy(Class<?> protocol, long clientVersion, InetSocketAddress addr, UserGroupInformation ticket, Configuration conf, SocketFactory factory)
          Construct a client-side proxy object that implements the named protocol, talking to a server at the named address.
static VersionedProtocol RPC.waitForProxy(Class protocol, long clientVersion, InetSocketAddress addr, Configuration conf)
           
 

Methods in org.apache.hadoop.ipc with parameters of type VersionedProtocol
static void RPC.stopProxy(VersionedProtocol proxy)
          Stop this proxy and release its invoker's resource
 



Copyright © 2008 The Apache Software Foundation