org.apache.hadoop.yarn.factories
Interface RpcClientFactory

All Known Implementing Classes:
RpcClientFactoryPBImpl

@InterfaceAudience.LimitedPrivate(value={"MapReduce","YARN"})
public interface RpcClientFactory


Method Summary
 Object getClient(Class<?> protocol, long clientVersion, InetSocketAddress addr, org.apache.hadoop.conf.Configuration conf)
           
 void stopClient(Object proxy)
           
 

Method Detail

getClient

Object getClient(Class<?> protocol,
                 long clientVersion,
                 InetSocketAddress addr,
                 org.apache.hadoop.conf.Configuration conf)

stopClient

void stopClient(Object proxy)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.