Class RpcClientFactoryPBImpl
java.lang.Object
org.apache.hadoop.yarn.factories.impl.pb.RpcClientFactoryPBImpl
- All Implemented Interfaces:
RpcClientFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic RpcClientFactoryPBImplget()getClient(Class<?> protocol, long clientVersion, InetSocketAddress addr, org.apache.hadoop.conf.Configuration conf) voidstopClient(Object proxy)
-
Method Details
-
get
-
getClient
public Object getClient(Class<?> protocol, long clientVersion, InetSocketAddress addr, org.apache.hadoop.conf.Configuration conf) - Specified by:
getClientin interfaceRpcClientFactory
-
stopClient
- Specified by:
stopClientin interfaceRpcClientFactory
-