Uses of Interface
org.apache.accumulo.core.client.impl.thrift.ClientService.Iface

Packages that use ClientService.Iface
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.impl.thrift   
org.apache.accumulo.core.tabletserver.thrift   
org.apache.accumulo.server.client   
org.apache.accumulo.server.test.functional   
org.apache.accumulo.server.test.performance.thrift   
 

Uses of ClientService.Iface in org.apache.accumulo.core.client.impl
 

Methods in org.apache.accumulo.core.client.impl that return types with arguments of type ClientService.Iface
static Pair<String,ClientService.Iface> ServerClient.getConnection(Instance instance)
           
static Pair<String,ClientService.Iface> ServerClient.getConnection(Instance instance, boolean preferCachedConnections)
           
 

Methods in org.apache.accumulo.core.client.impl with parameters of type ClientService.Iface
static void ServerClient.close(ClientService.Iface iface)
           
 

Method parameters in org.apache.accumulo.core.client.impl with type arguments of type ClientService.Iface
static void ServerClient.execute(Instance instance, ClientExec<ClientService.Iface> exec)
           
static
<T> T
ServerClient.execute(Instance instance, ClientExecReturn<T,ClientService.Iface> exec)
           
static void ServerClient.executeRaw(Instance instance, ClientExec<ClientService.Iface> exec)
           
static
<T> T
ServerClient.executeRaw(Instance instance, ClientExecReturn<T,ClientService.Iface> exec)
           
 

Uses of ClientService.Iface in org.apache.accumulo.core.client.impl.thrift
 

Classes in org.apache.accumulo.core.client.impl.thrift that implement ClientService.Iface
static class ClientService.Client
           
 

Constructors in org.apache.accumulo.core.client.impl.thrift with parameters of type ClientService.Iface
ClientService.Processor(ClientService.Iface iface)
           
 

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

Subinterfaces of ClientService.Iface in org.apache.accumulo.core.tabletserver.thrift
static interface TabletClientService.Iface
           
 

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

Uses of ClientService.Iface in org.apache.accumulo.server.client
 

Classes in org.apache.accumulo.server.client that implement ClientService.Iface
 class ClientServiceHandler
           
 

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

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

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

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



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