Package org.apache.hadoop.yarn.factories
Interface RpcClientFactory
- All Known Implementing Classes:
RpcClientFactoryPBImpl
@LimitedPrivate({"MapReduce","YARN"})
public interface RpcClientFactory
-
Method Summary
Modifier and TypeMethodDescriptiongetClient(Class<?> protocol, long clientVersion, InetSocketAddress addr, org.apache.hadoop.conf.Configuration conf) voidstopClient(Object proxy)
-
Method Details
-
getClient
Object getClient(Class<?> protocol, long clientVersion, InetSocketAddress addr, org.apache.hadoop.conf.Configuration conf) -
stopClient
-