Uses of Interface
org.apache.accumulo.core.client.admin.InstanceOperations

Packages that use InstanceOperations
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.mock   
 

Uses of InstanceOperations in org.apache.accumulo.core.client
 

Methods in org.apache.accumulo.core.client that return InstanceOperations
abstract  InstanceOperations Connector.instanceOperations()
          Retrieves an InstanceOperations object to modify instance configuration.
 

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

Classes in org.apache.accumulo.core.client.impl that implement InstanceOperations
 class InstanceOperationsImpl
          Provides a class for administering the accumulo instance
 

Methods in org.apache.accumulo.core.client.impl that return InstanceOperations
 InstanceOperations ConnectorImpl.instanceOperations()
           
 

Uses of InstanceOperations in org.apache.accumulo.core.client.mock
 

Classes in org.apache.accumulo.core.client.mock that implement InstanceOperations
 class MockInstanceOperations
          Deprecated. since 1.6.0; not intended for public api and you should not use it.
 

Methods in org.apache.accumulo.core.client.mock that return InstanceOperations
 InstanceOperations MockConnector.instanceOperations()
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.