Uses of Class
org.apache.accumulo.core.master.thrift.MasterClientService.Client

Packages that use MasterClientService.Client
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.master.thrift   
 

Uses of MasterClientService.Client in org.apache.accumulo.core.client.impl
 

Methods in org.apache.accumulo.core.client.impl that return MasterClientService.Client
static MasterClientService.Client MasterClient.getConnection(Instance instance)
           
static MasterClientService.Client MasterClient.getConnectionWithRetry(Instance instance)
           
 

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

Uses of MasterClientService.Client in org.apache.accumulo.core.master.thrift
 

Methods in org.apache.accumulo.core.master.thrift that return MasterClientService.Client
 MasterClientService.Client MasterClientService.Client.Factory.getClient(org.apache.thrift.protocol.TProtocol prot)
           
 MasterClientService.Client MasterClientService.Client.Factory.getClient(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.