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   
 

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)
           
 



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