Uses of Interface
org.apache.accumulo.core.client.impl.ClientExec

Packages that use ClientExec
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.util   
 

Uses of ClientExec in org.apache.accumulo.core.client.impl
 

Methods in org.apache.accumulo.core.client.impl with parameters of type ClientExec
static void ServerClient.execute(Instance instance, ClientExec<ClientService.Iface> exec)
           
static void MasterClient.execute(Instance instance, ClientExec<MasterClientService.Iface> exec)
           
static void ServerClient.executeRaw(Instance instance, ClientExec<ClientService.Iface> exec)
           
 

Uses of ClientExec in org.apache.accumulo.core.util
 

Methods in org.apache.accumulo.core.util with parameters of type ClientExec
static void ThriftUtil.execute(String address, AccumuloConfiguration conf, ClientExec<TabletClientService.Iface> exec)
           
 



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