Uses of Class
org.apache.hadoop.ipc.ProtocolProxy

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

Uses of ProtocolProxy in org.apache.hadoop.ipc
 

Methods in org.apache.hadoop.ipc that return ProtocolProxy
 ProtocolProxy<ProtocolMetaInfoPB> ProtobufRpcEngine.getProtocolMetaInfoProxy(org.apache.hadoop.ipc.Client.ConnectionId connId, Configuration conf, SocketFactory factory)
           
 ProtocolProxy<ProtocolMetaInfoPB> WritableRpcEngine.getProtocolMetaInfoProxy(org.apache.hadoop.ipc.Client.ConnectionId connId, Configuration conf, SocketFactory factory)
           
 ProtocolProxy<ProtocolMetaInfoPB> RpcEngine.getProtocolMetaInfoProxy(org.apache.hadoop.ipc.Client.ConnectionId connId, Configuration conf, SocketFactory factory)
          Returns a proxy for ProtocolMetaInfoPB, which uses the given connection id.
static
<T> ProtocolProxy<T>
RPC.getProtocolProxy(Class<T> protocol, long clientVersion, InetSocketAddress addr, Configuration conf)
          Get a protocol proxy that contains a proxy connection to a remote server and a set of methods that are supported by the server
static
<T> ProtocolProxy<T>
RPC.getProtocolProxy(Class<T> protocol, long clientVersion, InetSocketAddress addr, Configuration conf, SocketFactory factory)
          Get a protocol proxy that contains a proxy connection to a remote server and a set of methods that are supported by the server
static
<T> ProtocolProxy<T>
RPC.getProtocolProxy(Class<T> protocol, long clientVersion, InetSocketAddress addr, org.apache.hadoop.security.UserGroupInformation ticket, Configuration conf, SocketFactory factory)
          Get a protocol proxy that contains a proxy connection to a remote server and a set of methods that are supported by the server
static
<T> ProtocolProxy<T>
RPC.getProtocolProxy(Class<T> protocol, long clientVersion, InetSocketAddress addr, org.apache.hadoop.security.UserGroupInformation ticket, Configuration conf, SocketFactory factory, int rpcTimeout, RetryPolicy connectionRetryPolicy)
          Get a protocol proxy that contains a proxy connection to a remote server and a set of methods that are supported by the server
<T> ProtocolProxy<T>
ProtobufRpcEngine.getProxy(Class<T> protocol, long clientVersion, InetSocketAddress addr, org.apache.hadoop.security.UserGroupInformation ticket, Configuration conf, SocketFactory factory, int rpcTimeout)
           
<T> ProtocolProxy<T>
ProtobufRpcEngine.getProxy(Class<T> protocol, long clientVersion, InetSocketAddress addr, org.apache.hadoop.security.UserGroupInformation ticket, Configuration conf, SocketFactory factory, int rpcTimeout, RetryPolicy connectionRetryPolicy)
           
<T> ProtocolProxy<T>
WritableRpcEngine.getProxy(Class<T> protocol, long clientVersion, InetSocketAddress addr, org.apache.hadoop.security.UserGroupInformation ticket, Configuration conf, SocketFactory factory, int rpcTimeout, RetryPolicy connectionRetryPolicy)
          Construct a client-side proxy object that implements the named protocol, talking to a server at the named address.
<T> ProtocolProxy<T>
RpcEngine.getProxy(Class<T> protocol, long clientVersion, InetSocketAddress addr, org.apache.hadoop.security.UserGroupInformation ticket, Configuration conf, SocketFactory factory, int rpcTimeout, RetryPolicy connectionRetryPolicy)
          Construct a client-side proxy object.
static
<T> ProtocolProxy<T>
RPC.waitForProtocolProxy(Class<T> protocol, long clientVersion, InetSocketAddress addr, Configuration conf)
          Get a protocol proxy that contains a proxy connection to a remote server and a set of methods that are supported by the server
static
<T> ProtocolProxy<T>
RPC.waitForProtocolProxy(Class<T> protocol, long clientVersion, InetSocketAddress addr, Configuration conf, int rpcTimeout, RetryPolicy connectionRetryPolicy, long timeout)
          Get a protocol proxy that contains a proxy connection to a remote server and a set of methods that are supported by the server
static
<T> ProtocolProxy<T>
RPC.waitForProtocolProxy(Class<T> protocol, long clientVersion, InetSocketAddress addr, Configuration conf, long connTimeout)
          Get a protocol proxy that contains a proxy connection to a remote server and a set of methods that are supported by the server
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.