public class ReverseScanFilter
extends org.apache.accumulo.core.iterators.Filter
| Constructor and Description |
|---|
ReverseScanFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(org.apache.accumulo.core.data.Key key,
org.apache.accumulo.core.data.Value value) |
void |
init(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> source,
Map<String,String> options,
org.apache.accumulo.core.iterators.IteratorEnvironment env) |
static void |
setQueryLowBound(org.apache.accumulo.core.client.IteratorSetting iterConfig,
String queryLowBound)
A convenience method for setting the filter condition for the iterator.
|
deepCopy, describeOptions, findTop, next, seek, setNegate, validateOptionspublic static void setQueryLowBound(org.apache.accumulo.core.client.IteratorSetting iterConfig,
String queryLowBound)
iterConfig - Iterator settings to configurequeryLowBound - The normalized representation of the criteria low bound for a range.public void init(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> source,
Map<String,String> options,
org.apache.accumulo.core.iterators.IteratorEnvironment env)
throws IOException
init in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>init in class org.apache.accumulo.core.iterators.FilterIOExceptionpublic boolean accept(org.apache.accumulo.core.data.Key key,
org.apache.accumulo.core.data.Value value)
accept in class org.apache.accumulo.core.iterators.FilterCopyright © 2014 Calrissian. All Rights Reserved.