Uses of Class
org.apache.accumulo.core.replication.thrift.ReplicationServicer.Client
-
Packages that use ReplicationServicer.Client Package Description org.apache.accumulo.core.clientImpl org.apache.accumulo.core.replication.thrift -
-
Uses of ReplicationServicer.Client in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return ReplicationServicer.Client Modifier and Type Method Description static ReplicationServicer.ClientReplicationClient. getServicerConnection(ClientContext context, HostAndPort server, long timeout)Attempt a single time to create a ReplicationServicer client to the given hostMethod parameters in org.apache.accumulo.core.clientImpl with type arguments of type ReplicationServicer.Client Modifier and Type Method Description static <T> TReplicationClient. executeServicerWithReturn(ClientContext context, HostAndPort tserver, ClientExecReturn<T,ReplicationServicer.Client> exec, long timeout) -
Uses of ReplicationServicer.Client in org.apache.accumulo.core.replication.thrift
Methods in org.apache.accumulo.core.replication.thrift that return ReplicationServicer.Client Modifier and Type Method Description ReplicationServicer.ClientReplicationServicer.Client.Factory. getClient(org.apache.thrift.protocol.TProtocol prot)ReplicationServicer.ClientReplicationServicer.Client.Factory. getClient(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
-