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

Packages that use TableOperations
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 TableOperations in org.apache.accumulo.core.client
 

Methods in org.apache.accumulo.core.client that return TableOperations
 TableOperations Connector.tableOperations()
          Retrieves a TableOperations object to perform table functions, such as create and delete.
 

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

Classes in org.apache.accumulo.core.client.admin that implement TableOperations
 class TableOperationsHelper
           
 class TableOperationsImpl
          Provides a class for administering tables
 

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

Methods in org.apache.accumulo.core.client.impl that return TableOperations
 TableOperations ConnectorImpl.tableOperations()
           
 

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

Classes in org.apache.accumulo.core.client.mock that implement TableOperations
 class MockTableOperations
           
 

Methods in org.apache.accumulo.core.client.mock that return TableOperations
 TableOperations MockConnector.tableOperations()
           
 



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