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   
 

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)
           
static Pair<String,ClientService.Iface> ServerClient.getConnection(Instance instance, boolean preferCachedConnections, long rpcTimeout)
           
 

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
           
 



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