|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.accumulo.core.client.impl.ScannerOptions org.apache.accumulo.core.client.impl.TabletServerBatchReader org.apache.accumulo.core.client.impl.TabletServerBatchDeleter
public class TabletServerBatchDeleter
Constructor Summary | |
---|---|
TabletServerBatchDeleter(Instance instance,
AuthInfo credentials,
java.lang.String tableId,
Authorizations authorizations,
int numQueryThreads,
long maxMemory,
long maxLatency,
int maxWriteThreads)
|
Method Summary | |
---|---|
void |
delete()
|
void |
setValueRegex(java.lang.String regex)
Set a value regular expression that filters non matching entries server side. |
Methods inherited from class org.apache.accumulo.core.client.impl.TabletServerBatchReader |
---|
close, iterator, setRanges |
Methods inherited from class org.apache.accumulo.core.client.impl.ScannerOptions |
---|
clearColumns, clearScanIterators, fetchColumn, fetchColumn, fetchColumnFamily, getFetchedColumns, setColumnFamilyRegex, setColumnQualifierRegex, setOptions, setRowRegex, setScanIteratorOption, setScanIterators, setupRegex |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.accumulo.core.client.BatchDeleter |
---|
setRanges |
Methods inherited from interface org.apache.accumulo.core.client.ScannerBase |
---|
clearColumns, clearScanIterators, fetchColumn, fetchColumnFamily, setColumnFamilyRegex, setColumnQualifierRegex, setRowRegex, setScanIteratorOption, setScanIterators, setupRegex |
Constructor Detail |
---|
public TabletServerBatchDeleter(Instance instance, AuthInfo credentials, java.lang.String tableId, Authorizations authorizations, int numQueryThreads, long maxMemory, long maxLatency, int maxWriteThreads) throws TableNotFoundException
TableNotFoundException
Method Detail |
---|
public void setValueRegex(java.lang.String regex)
ScannerOptions
setValueRegex
in interface ScannerBase
setValueRegex
in class ScannerOptions
regex
- java regular expression to matchpublic void delete() throws MutationsRejectedException, TableNotFoundException
delete
in interface BatchDeleter
MutationsRejectedException
TableNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |