public class IndexEntryFilteringIterator
extends org.apache.accumulo.core.iterators.Filter
| Modifier and Type | Field and Description |
|---|---|
protected String |
currentIndex |
protected String |
previousEvent |
protected HashSet<String> |
uuidSet |
| Constructor and Description |
|---|
IndexEntryFilteringIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(org.apache.accumulo.core.data.Key key,
org.apache.accumulo.core.data.Value value)
Makes sure only those rows with an index row are kept around.
|
org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> |
deepCopy(org.apache.accumulo.core.iterators.IteratorEnvironment env) |
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) |
describeOptions, findTop, next, seek, setNegate, validateOptionsprotected String currentIndex
protected String previousEvent
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 org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> deepCopy(org.apache.accumulo.core.iterators.IteratorEnvironment env)
deepCopy in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>deepCopy in class org.apache.accumulo.core.iterators.Filterpublic boolean accept(org.apache.accumulo.core.data.Key key,
org.apache.accumulo.core.data.Value value)
accept in class org.apache.accumulo.core.iterators.Filterkey - value - Copyright © 2014 Calrissian. All Rights Reserved.