org.apache.accumulo.core.client.impl
Class TabletServerBatchDeleter
java.lang.Object
org.apache.accumulo.core.client.impl.ScannerOptions
org.apache.accumulo.core.client.impl.TabletServerBatchReader
org.apache.accumulo.core.client.impl.TabletServerBatchDeleter
- All Implemented Interfaces:
- Iterable<Map.Entry<Key,Value>>, BatchDeleter, BatchScanner, ScannerBase
public class TabletServerBatchDeleter
- extends TabletServerBatchReader
- implements BatchDeleter
Methods inherited from class org.apache.accumulo.core.client.impl.ScannerOptions |
addScanIterator, clearColumns, clearScanIterators, fetchColumn, fetchColumn, fetchColumnFamily, getFetchedColumns, getTimeout, removeScanIterator, setOptions, setTimeout, updateScanIteratorOption |
TabletServerBatchDeleter
public TabletServerBatchDeleter(Instance instance,
Credentials credentials,
String tableId,
Authorizations authorizations,
int numQueryThreads,
BatchWriterConfig bwConfig)
throws TableNotFoundException
- Throws:
TableNotFoundException
delete
public void delete()
throws MutationsRejectedException,
TableNotFoundException
- Description copied from interface:
BatchDeleter
- Deletes the ranges specified by
BatchDeleter.setRanges(java.util.Collection)
.
- Specified by:
delete
in interface BatchDeleter
- Throws:
MutationsRejectedException
- this can be thrown when deletion mutations fail
TableNotFoundException
- when the table does not exist
Copyright © 2015 Apache Accumulo Project. All rights reserved.