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

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

Classes in org.apache.accumulo.core.client.impl that implement TableOperations
 class TableOperationsHelper
           
 class TableOperationsImpl
           
 

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
          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 TableOperations
 TableOperations MockConnector.tableOperations()
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.