Uses of Class
org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope

Packages that use IteratorUtil.IteratorScope
org.apache.accumulo.core.iterators   
 

Uses of IteratorUtil.IteratorScope in org.apache.accumulo.core.iterators
 

Methods in org.apache.accumulo.core.iterators that return IteratorUtil.IteratorScope
 IteratorUtil.IteratorScope DefaultIteratorEnvironment.getIteratorScope()
           
 IteratorUtil.IteratorScope IteratorEnvironment.getIteratorScope()
           
static IteratorUtil.IteratorScope IteratorUtil.IteratorScope.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IteratorUtil.IteratorScope[] IteratorUtil.IteratorScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.accumulo.core.iterators with parameters of type IteratorUtil.IteratorScope
static java.lang.String IteratorUtil.findIterator(IteratorUtil.IteratorScope scope, java.lang.String className, AccumuloConfiguration conf, java.util.Map<java.lang.String,java.lang.String> opts)
           
static int IteratorUtil.getMaxPriority(IteratorUtil.IteratorScope scope, AccumuloConfiguration conf)
           
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, java.util.List<IterInfo> ssiList, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> ssio, IteratorEnvironment env)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.