public class EventIntersectingIterator
extends org.apache.accumulo.core.iterators.user.IntersectingIterator
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> |
sourceItr |
| Constructor and Description |
|---|
EventIntersectingIterator() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.accumulo.core.data.Value |
getTopValue() |
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) |
addSource, advanceToIntersection, buildFollowingPartitionKey, buildKey, buildKey, decodeBooleans, decodeColumns, deepCopy, encodeBooleans, encodeColumns, getDocID, getPartition, getTerm, getTopKey, hasTop, next, seek, setColumnFamilies, setColumnFamilies, stringTopKeyprotected org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> sourceItr
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.user.IntersectingIteratorIOExceptionpublic org.apache.accumulo.core.data.Value getTopValue()
getTopValue in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>getTopValue in class org.apache.accumulo.core.iterators.user.IntersectingIteratorCopyright © 2014 Calrissian. All Rights Reserved.