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   
 

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)
           
static TabletClientService.Iface ThriftUtil.getTServerClient(String address, AccumuloConfiguration conf, Property port, Property timeout)
           
 

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)
           
 



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