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

Packages that use InstanceOperations
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.admin   
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
 InstanceOperations Connector.instanceOperations()
          Retrieves an InstanceOperations object to modify instance configuration.
 

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

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

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

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
           
 

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



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.