Uses of Interface
org.apache.accumulo.core.client.admin.ReplicationOperations
-
Packages that use ReplicationOperations Package Description org.apache.accumulo.core.client org.apache.accumulo.core.clientImpl -
-
Uses of ReplicationOperations in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return ReplicationOperations Modifier and Type Method Description ReplicationOperationsAccumuloClient. replicationOperations()Retrieves a ReplicationOperations object to manage replication configuration.abstract ReplicationOperationsConnector. replicationOperations()Deprecated.Retrieves a ReplicationOperations object to manage replication configuration. -
Uses of ReplicationOperations in org.apache.accumulo.core.clientImpl
Classes in org.apache.accumulo.core.clientImpl that implement ReplicationOperations Modifier and Type Class Description classReplicationOperationsImplMethods in org.apache.accumulo.core.clientImpl that return ReplicationOperations Modifier and Type Method Description ReplicationOperationsClientContext. replicationOperations()ReplicationOperationsConnectorImpl. replicationOperations()Deprecated.
-