public class EntryIterator
extends org.apache.accumulo.core.iterators.WrappingIterator
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_REGISTRY |
| Constructor and Description |
|---|
EntryIterator() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.accumulo.core.data.Value |
getTopValue()
For each index row in the lastN store, grab the associated getTuples (further down in the tablet) and construct
the entry to be returned.
|
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 |
setTypeRegistry(org.apache.accumulo.core.client.IteratorSetting setting,
org.calrissian.mango.types.TypeRegistry<String> registry) |
public static final String TYPE_REGISTRY
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.WrappingIteratorIOExceptionpublic static void setTypeRegistry(org.apache.accumulo.core.client.IteratorSetting setting,
org.calrissian.mango.types.TypeRegistry<String> registry)
public 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.WrappingIteratorCopyright © 2014 Calrissian. All Rights Reserved.