Uses of Class
org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client

Packages that use TabletClientService.Client
org.apache.accumulo.core.tabletserver.thrift   
org.apache.accumulo.core.util   
 

Uses of TabletClientService.Client in org.apache.accumulo.core.tabletserver.thrift
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return TabletClientService.Client
 TabletClientService.Client TabletClientService.Client.Factory.getClient(org.apache.thrift.protocol.TProtocol prot)
           
 TabletClientService.Client TabletClientService.Client.Factory.getClient(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
           
 

Uses of TabletClientService.Client in org.apache.accumulo.core.util
 

Methods in org.apache.accumulo.core.util that return TabletClientService.Client
static TabletClientService.Client ThriftUtil.getTServerClient(String address, AccumuloConfiguration conf)
           
static TabletClientService.Client ThriftUtil.getTServerClient(String address, AccumuloConfiguration conf, long timeout)
           
 

Method parameters in org.apache.accumulo.core.util with type arguments of type TabletClientService.Client
static void ThriftUtil.execute(String address, AccumuloConfiguration conf, ClientExec<TabletClientService.Client> exec)
           
static
<T> T
ThriftUtil.execute(String address, AccumuloConfiguration conf, ClientExecReturn<T,TabletClientService.Client> exec)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.