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

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

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

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

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

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



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