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.master.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 ClientService.Iface
static ClientService.Iface ServerClient.getConnection(Instance instance)
           
 

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

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.master.thrift
 

Subinterfaces of ClientService.Iface in org.apache.accumulo.core.master.thrift
static interface MasterClientService.Iface
           
 

Classes in org.apache.accumulo.core.master.thrift that implement ClientService.Iface
static class MasterClientService.Client
           
 

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 © 2012 The Apache Software Foundation. All Rights Reserved.