void |
OrIterator.addTerm(SortedKeyValueIterator<Key,Value> source,
org.apache.hadoop.io.Text term,
IteratorEnvironment env) |
SortedKeyValueIterator<Key,Value> |
OrIterator.deepCopy(IteratorEnvironment env) |
DebugIterator |
DebugIterator.deepCopy(IteratorEnvironment env) |
SortedKeyValueIterator<Key,Value> |
SortedKeyIterator.deepCopy(IteratorEnvironment env) |
SortedKeyValueIterator<Key,Value> |
FirstEntryInRowIterator.deepCopy(IteratorEnvironment env) |
SortedKeyValueIterator<Key,Value> |
DevNull.deepCopy(IteratorEnvironment env) |
SortedKeyValueIterator<Key,Value> |
ColumnFamilyCounter.deepCopy(IteratorEnvironment env) |
AggregatingIterator |
AggregatingIterator.deepCopy(IteratorEnvironment env)
Deprecated.
|
SortedMapIterator |
SortedMapIterator.deepCopy(IteratorEnvironment env) |
SortedKeyValueIterator<Key,Value> |
Filter.deepCopy(IteratorEnvironment env) |
SortedKeyValueIterator<Key,Value> |
WrappingIterator.deepCopy(IteratorEnvironment env) |
SortedKeyValueIterator<Key,Value> |
Combiner.deepCopy(IteratorEnvironment env) |
SortedKeyValueIterator<Key,Value> |
TypedValueCombiner.deepCopy(IteratorEnvironment env) |
SortedKeyValueIterator<K,V> |
SortedKeyValueIterator.deepCopy(IteratorEnvironment env)
Creates a deep copy of this iterator as though seek had not yet been called.
|
void |
OrIterator.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
DebugIterator.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
FirstEntryInRowIterator.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
DevNull.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
ColumnFamilyCounter.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
AggregatingIterator.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env)
Deprecated.
|
void |
SortedMapIterator.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
Filter.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
LongCombiner.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
WrappingIterator.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
Combiner.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
TypedValueCombiner.init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env) |
void |
SortedKeyValueIterator.init(SortedKeyValueIterator<K,V> source,
Map<String,String> options,
IteratorEnvironment env)
Initializes the iterator.
|
static <K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable> SortedKeyValueIterator<K,V> |
IteratorUtil.loadIterators(IteratorUtil.IteratorScope scope,
SortedKeyValueIterator<K,V> source,
KeyExtent extent,
AccumuloConfiguration conf,
IteratorEnvironment env) |
static <K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable> SortedKeyValueIterator<K,V> |
IteratorUtil.loadIterators(IteratorUtil.IteratorScope scope,
SortedKeyValueIterator<K,V> source,
KeyExtent extent,
AccumuloConfiguration conf,
List<IteratorSetting> iterators,
IteratorEnvironment env) |
static <K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable> SortedKeyValueIterator<K,V> |
IteratorUtil.loadIterators(IteratorUtil.IteratorScope scope,
SortedKeyValueIterator<K,V> source,
KeyExtent extent,
AccumuloConfiguration conf,
List<IterInfo> ssiList,
Map<String,Map<String,String>> ssio,
IteratorEnvironment env) |
static <K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable> SortedKeyValueIterator<K,V> |
IteratorUtil.loadIterators(IteratorUtil.IteratorScope scope,
SortedKeyValueIterator<K,V> source,
KeyExtent extent,
AccumuloConfiguration conf,
List<IterInfo> ssiList,
Map<String,Map<String,String>> ssio,
IteratorEnvironment env,
boolean useAccumuloClassLoader) |
static <K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable> SortedKeyValueIterator<K,V> |
IteratorUtil.loadIterators(SortedKeyValueIterator<K,V> source,
Collection<IterInfo> iters,
Map<String,Map<String,String>> iterOpts,
IteratorEnvironment env,
boolean useAccumuloClassLoader,
String context) |
static <K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable> SortedKeyValueIterator<K,V> |
IteratorUtil.loadIterators(SortedKeyValueIterator<K,V> source,
Collection<IterInfo> iters,
Map<String,Map<String,String>> iterOpts,
IteratorEnvironment env,
boolean useAccumuloClassLoader,
String context,
Map<String,Class<? extends SortedKeyValueIterator<K,V>>> classCache) |