Uses of Interface
org.apache.accumulo.core.master.thrift.MasterClientService.Iface

Packages that use MasterClientService.Iface
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.master.thrift   
org.apache.accumulo.server.tabletserver.mastermessage   
 

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

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

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

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

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

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

Constructors in org.apache.accumulo.core.master.thrift with parameters of type MasterClientService.Iface
MasterClientService.Processor(MasterClientService.Iface iface)
           
 

Uses of MasterClientService.Iface in org.apache.accumulo.server.tabletserver.mastermessage
 

Methods in org.apache.accumulo.server.tabletserver.mastermessage with parameters of type MasterClientService.Iface
 void MasterMessage.send(AuthInfo info, String serverName, MasterClientService.Iface client)
           
 void SplitReportMessage.send(AuthInfo credentials, String serverName, MasterClientService.Iface client)
           
 void TabletStatusMessage.send(AuthInfo auth, String serverName, MasterClientService.Iface client)
           
 



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