org.apache.accumulo.core.client.admin
Class TableOperationsImpl

java.lang.Object
  extended by org.apache.accumulo.core.client.impl.TableOperationsHelper
      extended by org.apache.accumulo.core.client.impl.TableOperationsImpl
          extended by org.apache.accumulo.core.client.admin.TableOperationsImpl
All Implemented Interfaces:
TableOperations

Deprecated. since 1.6.0; not intended for public api and you should not use it.

@Deprecated
public class TableOperationsImpl
extends TableOperationsImpl


Field Summary
 
Fields inherited from class org.apache.accumulo.core.client.impl.TableOperationsImpl
CLONE_EXCLUDE_PREFIX
 
Constructor Summary
TableOperationsImpl(Instance instance, Credentials credentials)
          Deprecated.  
TableOperationsImpl(Instance instance, TCredentials credentials)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.accumulo.core.client.impl.TableOperationsImpl
addConstraint, addSplits, attachIterator, cancelCompaction, clearLocatorCache, clone, compact, compact, create, create, create, createMetadataScanner, delete, deleteRows, exists, exportTable, flush, flush, getDiskUsage, getExportedProps, getLocalityGroups, getMaxRow, getProperties, getSplits, getSplits, importDirectory, importTable, list, listSplits, listSplits, merge, offline, offline, online, online, removeProperty, rename, setLocalityGroups, setProperty, splitRangeByTablets, tableIdMap, testClassLoad
 
Methods inherited from class org.apache.accumulo.core.client.impl.TableOperationsHelper
attachIterator, checkIteratorConflicts, getIteratorSetting, listConstraints, listIterators, removeConstraint, removeIterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableOperationsImpl

public TableOperationsImpl(Instance instance,
                           Credentials credentials)
Deprecated. 
Parameters:
instance - the connection information for this instance
credentials - the username/password for this connection

TableOperationsImpl

public TableOperationsImpl(Instance instance,
                           TCredentials credentials)
Deprecated. 
Parameters:
instance - the connection information for this instance
credentials - the username/password for this connection


Copyright © 2015 Apache Accumulo Project. All rights reserved.