|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |