public class WholeRowAggregationIterator extends WholeRowQueryFilterIterator
| Modifier and Type | Class and Description |
|---|---|
class |
WholeRowAggregationIterator.WholeRowAggregationParent |
queryFilterIterator| Constructor and Description |
|---|
WholeRowAggregationIterator() |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected boolean |
filter(org.apache.hadoop.io.Text currentRow,
List<org.apache.accumulo.core.data.Key> keys,
List<org.apache.accumulo.core.data.Value> values) |
org.apache.accumulo.core.data.Key |
getTopKey() |
org.apache.accumulo.core.data.Value |
getTopValue() |
boolean |
hasTop() |
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) |
void |
next() |
void |
seek(org.apache.accumulo.core.data.Range range,
Collection<org.apache.accumulo.core.data.ByteSequence> columnFamilies,
boolean inclusive) |
decodeRow, encodeRow, rowDecoder, rowEncoderdescribeOptions, validateOptionsprotected boolean filter(org.apache.hadoop.io.Text currentRow,
List<org.apache.accumulo.core.data.Key> keys,
List<org.apache.accumulo.core.data.Value> values)
filter in class WholeRowQueryFilterIteratorpublic 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 WholeRowQueryFilterIteratorIOExceptionpublic 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.user.RowEncodingIteratorpublic org.apache.accumulo.core.data.Key getTopKey()
getTopKey in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>getTopKey in class org.apache.accumulo.core.iterators.user.RowEncodingIteratorpublic 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.RowEncodingIteratorpublic boolean hasTop()
hasTop in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>hasTop in class org.apache.accumulo.core.iterators.user.RowEncodingIteratorpublic void next()
throws IOException
next in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>next in class org.apache.accumulo.core.iterators.user.RowEncodingIteratorIOExceptionpublic void seek(org.apache.accumulo.core.data.Range range,
Collection<org.apache.accumulo.core.data.ByteSequence> columnFamilies,
boolean inclusive)
throws IOException
seek in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>seek in class org.apache.accumulo.core.iterators.user.RowEncodingIteratorIOExceptionCopyright © 2013–2022. All rights reserved.