Uses of Class
org.apache.accumulo.core.master.thrift.MasterClientService.Client
-
Packages that use MasterClientService.Client Package Description org.apache.accumulo.core.clientImpl org.apache.accumulo.core.master.thrift -
-
Uses of MasterClientService.Client in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return MasterClientService.Client Modifier and Type Method Description static MasterClientService.ClientMasterClient. getConnection(ClientContext context)static MasterClientService.ClientMasterClient. getConnectionWithRetry(ClientContext context)Method parameters in org.apache.accumulo.core.clientImpl with type arguments of type MasterClientService.Client Modifier and Type Method Description static <T> TMasterClient. execute(ClientContext context, ClientExecReturn<T,MasterClientService.Client> exec)static voidMasterClient. executeGeneric(ClientContext context, ClientExec<MasterClientService.Client> exec)static voidMasterClient. executeNamespace(ClientContext context, ClientExec<MasterClientService.Client> exec)static voidMasterClient. executeTable(ClientContext context, ClientExec<MasterClientService.Client> exec)static voidMasterClient. executeVoid(ClientContext context, ClientExec<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 Modifier and Type Method Description MasterClientService.ClientMasterClientService.Client.Factory. getClient(org.apache.thrift.protocol.TProtocol prot)MasterClientService.ClientMasterClientService.Client.Factory. getClient(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
-