@InterfaceAudience.Private public class RpcClientFactoryPBImpl extends Object implements RpcClientFactory
Modifier and Type | Method and Description |
---|---|
static RpcClientFactoryPBImpl |
get() |
Object |
getClient(Class<?> protocol,
long clientVersion,
InetSocketAddress addr,
Configuration conf) |
void |
stopClient(Object proxy) |
public static RpcClientFactoryPBImpl get()
public Object getClient(Class<?> protocol, long clientVersion, InetSocketAddress addr, Configuration conf)
getClient
in interface RpcClientFactory
public void stopClient(Object proxy)
stopClient
in interface RpcClientFactory
Copyright © 2013 Apache Software Foundation. All rights reserved.