|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.accumulo.core.client.impl.ScannerOptions
org.apache.accumulo.core.client.impl.TabletServerBatchReader
org.apache.accumulo.core.client.impl.TabletServerBatchDeleter
public class TabletServerBatchDeleter
| Field Summary |
|---|
| Fields inherited from class org.apache.accumulo.core.client.impl.TabletServerBatchReader |
|---|
log |
| Fields inherited from class org.apache.accumulo.core.client.impl.ScannerOptions |
|---|
fetchedColumns, serverSideIteratorList, serverSideIteratorOptions, timeOut |
| Constructor Summary | |
|---|---|
TabletServerBatchDeleter(Instance instance,
Credentials credentials,
String tableId,
Authorizations authorizations,
int numQueryThreads,
BatchWriterConfig bwConfig)
|
|
| Method Summary | |
|---|---|
void |
delete()
Deletes the ranges specified by BatchDeleter.setRanges(java.util.Collection. |
| Methods inherited from class org.apache.accumulo.core.client.impl.TabletServerBatchReader |
|---|
close, finalize, iterator, setRanges |
| Methods inherited from class org.apache.accumulo.core.client.impl.ScannerOptions |
|---|
addScanIterator, clearColumns, clearScanIterators, fetchColumn, fetchColumn, fetchColumnFamily, getFetchedColumns, getTimeout, removeScanIterator, setOptions, setTimeout, updateScanIteratorOption |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.accumulo.core.client.BatchDeleter |
|---|
close, setRanges |
| Methods inherited from interface org.apache.accumulo.core.client.ScannerBase |
|---|
addScanIterator, clearColumns, clearScanIterators, fetchColumn, fetchColumnFamily, getTimeout, iterator, removeScanIterator, setTimeout, updateScanIteratorOption |
| Methods inherited from interface org.apache.accumulo.core.client.BatchScanner |
|---|
setTimeout |
| Constructor Detail |
|---|
public TabletServerBatchDeleter(Instance instance,
Credentials credentials,
String tableId,
Authorizations authorizations,
int numQueryThreads,
BatchWriterConfig bwConfig)
throws TableNotFoundException
TableNotFoundException| Method Detail |
|---|
public void delete()
throws MutationsRejectedException,
TableNotFoundException
BatchDeleterBatchDeleter.setRanges(java.util.Collection) .
delete in interface BatchDeleterMutationsRejectedException - this can be thrown when deletion mutations fail
TableNotFoundException - when the table does not exist
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||