org.apache.hadoop.yarn.factories
Interface RpcClientFactory

All Known Implementing Classes:
RpcClientFactoryPBImpl

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)
                 throws YarnException
Throws:
YarnException

stopClient

void stopClient(Object proxy)


Copyright © 2013 Apache Software Foundation. All Rights Reserved.