private HostAndPort startTabletClientService() throws UnknownHostException {
// start listening for client connection last
<<<<<<< HEAD
clientHandler = new ThriftClientHandler();
Iface rpcProxy = RpcWrapper.service(clientHandler, new Processor(clientHandler).getProcessMapView());
=======
ThriftClientHandler handler = new ThriftClientHandler();
Iface rpcProxy = RpcWrapper.service(handler, new Processor(handler));
>>>>>>> 0e3af1e8560b0a28a4415f8da38a561965d552dc
final Processor processor;
if (ThriftServerType.SASL == getThriftServerType()) {
Iface tcredProxy = TCredentialsUpdatingWrapper.service(rpcProxy, ThriftClientHandler.class, getConfiguration()); |