Uses of Interface
org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Iface

Packages that use TabletClientService.Iface
org.apache.accumulo.core.tabletserver.thrift   
org.apache.accumulo.core.util   
org.apache.accumulo.server.test.functional   
org.apache.accumulo.server.test.performance.thrift   
 

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

Classes in org.apache.accumulo.core.tabletserver.thrift that implement TabletClientService.Iface
static class TabletClientService.Client
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TabletClientService.Iface
TabletClientService.Processor(TabletClientService.Iface iface)
           
 

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

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

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

Uses of TabletClientService.Iface in org.apache.accumulo.server.test.functional
 

Classes in org.apache.accumulo.server.test.functional that implement TabletClientService.Iface
static class ZombieTServer.ThriftClientHandler
           
 

Uses of TabletClientService.Iface in org.apache.accumulo.server.test.performance.thrift
 

Classes in org.apache.accumulo.server.test.performance.thrift that implement TabletClientService.Iface
static class NullTserver.ThriftClientHandler
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.