Uses of Interface
org.apache.accumulo.core.iterators.IteratorEnvironment

Packages that use IteratorEnvironment
org.apache.accumulo.core.client   
org.apache.accumulo.core.file   
org.apache.accumulo.core.file.map   
org.apache.accumulo.core.file.rfile   
org.apache.accumulo.core.iterators   
org.apache.accumulo.core.iterators.system   
org.apache.accumulo.core.iterators.user   
org.apache.accumulo.examples.simple.combiner   
org.apache.accumulo.examples.simple.filedata   
org.apache.accumulo.examples.wikisearch.iterator   
org.apache.accumulo.server.iterators   
org.apache.accumulo.server.master.state   
org.apache.accumulo.server.problems   
org.apache.accumulo.server.tabletserver   
org.apache.accumulo.server.test.functional   
 

Uses of IteratorEnvironment in org.apache.accumulo.core.client
 

Methods in org.apache.accumulo.core.client with parameters of type IteratorEnvironment
 SortedKeyValueIterator<Key,Value> ClientSideIteratorScanner.ScannerTranslator.deepCopy(IteratorEnvironment env)
           
 void ClientSideIteratorScanner.ScannerTranslator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 

Uses of IteratorEnvironment in org.apache.accumulo.core.file
 

Methods in org.apache.accumulo.core.file with parameters of type IteratorEnvironment
 SortedKeyValueIterator<Key,Value> BloomFilterLayer.Reader.deepCopy(IteratorEnvironment env)
           
 void BloomFilterLayer.Reader.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 

Uses of IteratorEnvironment in org.apache.accumulo.core.file.map
 

Methods in org.apache.accumulo.core.file.map with parameters of type IteratorEnvironment
 SortedKeyValueIterator<Key,Value> MapFileOperations.RangeIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> MyMapFile.Reader.deepCopy(IteratorEnvironment env)
           
 void MapFileOperations.RangeIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void MyMapFile.Reader.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 

Uses of IteratorEnvironment in org.apache.accumulo.core.file.rfile
 

Methods in org.apache.accumulo.core.file.rfile with parameters of type IteratorEnvironment
 SortedKeyValueIterator<Key,Value> RFile.Reader.deepCopy(IteratorEnvironment env)
           
 void RFile.Reader.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 

Uses of IteratorEnvironment in org.apache.accumulo.core.iterators
 

Methods in org.apache.accumulo.core.iterators with parameters of type IteratorEnvironment
 void OrIterator.addTerm(SortedKeyValueIterator<Key,Value> source, org.apache.hadoop.io.Text term, IteratorEnvironment env)
           
 SortedKeyValueIterator<K,V> SortedKeyValueIterator.deepCopy(IteratorEnvironment env)
          Creates a deep copy of this iterator as though seek had not yet been called.
 SortedKeyValueIterator<Key,Value> FirstEntryInRowIterator.deepCopy(IteratorEnvironment env)
           
 SortedMapIterator SortedMapIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> WrappingIterator.deepCopy(IteratorEnvironment env)
           
 NoLabelIterator NoLabelIterator.deepCopy(IteratorEnvironment env)
          Deprecated.  
 SortedKeyValueIterator<Key,Value> Combiner.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> Filter.deepCopy(IteratorEnvironment env)
           
 FilteringIterator FilteringIterator.deepCopy(IteratorEnvironment env)
          Deprecated.  
 SortedKeyValueIterator<Key,Value> OrIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> SortedKeyIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> DevNull.deepCopy(IteratorEnvironment env)
           
 RegExIterator RegExIterator.deepCopy(IteratorEnvironment env)
          Deprecated.  
 SortedKeyValueIterator<Key,Value> TypedValueCombiner.deepCopy(IteratorEnvironment env)
           
 AggregatingIterator AggregatingIterator.deepCopy(IteratorEnvironment env)
          Deprecated.  
 SortedKeyValueIterator<Key,Value> ColumnFamilyCounter.deepCopy(IteratorEnvironment env)
           
 DebugIterator DebugIterator.deepCopy(IteratorEnvironment env)
           
 void LongCombiner.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 SortedMapIterator.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 NoLabelIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
          Deprecated.  
 void Combiner.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 FilteringIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
          Deprecated.  
 void OrIterator.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 RegExIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
          Deprecated.  
 void TypedValueCombiner.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 ColumnFamilyCounter.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 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<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)
           
 

Constructors in org.apache.accumulo.core.iterators with parameters of type IteratorEnvironment
FirstEntryInRowIterator(FirstEntryInRowIterator other, IteratorEnvironment env)
           
SortedKeyIterator(SortedKeyIterator other, IteratorEnvironment env)
           
 

Uses of IteratorEnvironment in org.apache.accumulo.core.iterators.system
 

Methods in org.apache.accumulo.core.iterators.system with parameters of type IteratorEnvironment
 DeletingIterator DeletingIterator.deepCopy(IteratorEnvironment env)
           
 SequenceFileIterator SequenceFileIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> TimeSettingIterator.deepCopy(IteratorEnvironment env)
           
 CountingIterator CountingIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> VisibilityFilter.deepCopy(IteratorEnvironment env)
           
 MultiIterator MultiIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<K,V> SynchronizedIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> ColumnFamilySkippingIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> ColumnQualifierFilter.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> SourceSwitchingIterator.deepCopy(IteratorEnvironment env)
           
 SourceSwitchingIterator.DataSource SourceSwitchingIterator.DataSource.getDeepCopyDataSource(IteratorEnvironment env)
           
 void DeletingIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void SequenceFileIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void TimeSettingIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void CountingIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void MultiIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void SourceSwitchingIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void SynchronizedIterator.init(SortedKeyValueIterator<K,V> source, Map<String,String> options, IteratorEnvironment env)
           
 

Constructors in org.apache.accumulo.core.iterators.system with parameters of type IteratorEnvironment
DeletingIterator(DeletingIterator other, IteratorEnvironment env)
           
 

Uses of IteratorEnvironment in org.apache.accumulo.core.iterators.user
 

Methods in org.apache.accumulo.core.iterators.user with parameters of type IteratorEnvironment
 void IntersectingIterator.addSource(SortedKeyValueIterator<Key,Value> source, IteratorEnvironment env, org.apache.hadoop.io.Text term, boolean notFlag)
           
 SortedKeyValueIterator<Key,Value> AgeOffFilter.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> ColumnAgeOffFilter.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> RowDeletingIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> LargeRowFilter.deepCopy(IteratorEnvironment env)
           
 VersioningIterator VersioningIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> GrepIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> RegExFilter.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> WholeRowIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> IntersectingIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> IndexedDocIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> TimestampFilter.deepCopy(IteratorEnvironment env)
           
 void AgeOffFilter.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void ColumnAgeOffFilter.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void RowDeletingIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void LargeRowFilter.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void VersioningIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void SummingArrayCombiner.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void GrepIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void RegExFilter.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void WholeRowIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void IntersectingIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void IndexedDocIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void TimestampFilter.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void RowFilter.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 

Uses of IteratorEnvironment in org.apache.accumulo.examples.simple.combiner
 

Methods in org.apache.accumulo.examples.simple.combiner with parameters of type IteratorEnvironment
 void StatsCombiner.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 

Uses of IteratorEnvironment in org.apache.accumulo.examples.simple.filedata
 

Methods in org.apache.accumulo.examples.simple.filedata with parameters of type IteratorEnvironment
 SortedKeyValueIterator<Key,Value> ChunkCombiner.deepCopy(IteratorEnvironment env)
           
 void ChunkCombiner.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 

Uses of IteratorEnvironment in org.apache.accumulo.examples.wikisearch.iterator
 

Classes in org.apache.accumulo.examples.wikisearch.iterator that implement IteratorEnvironment
 class DefaultIteratorEnvironment
           
 

Methods in org.apache.accumulo.examples.wikisearch.iterator with parameters of type IteratorEnvironment
 void AndIterator.addSource(SortedKeyValueIterator<Key,Value> source, IteratorEnvironment env, org.apache.hadoop.io.Text term, boolean notFlag)
           
 void AndIterator.addSource(SortedKeyValueIterator<Key,Value> source, IteratorEnvironment env, org.apache.hadoop.io.Text dataLocation, org.apache.hadoop.io.Text term, boolean notFlag)
           
 void OrIterator.addTerm(SortedKeyValueIterator<Key,Value> source, org.apache.hadoop.io.Text term, IteratorEnvironment env)
           
 void OrIterator.addTerm(SortedKeyValueIterator<Key,Value> source, org.apache.hadoop.io.Text dataLocation, org.apache.hadoop.io.Text term, IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> OptimizedQueryIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> BooleanLogicIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> FieldIndexIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> ReadAheadIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> OrIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> UniqFieldNameValueIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> EvaluatingIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> AndIterator.deepCopy(IteratorEnvironment env)
           
 void OptimizedQueryIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void BooleanLogicIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
          init is responsible for setting up the iterator.
 void ReadAheadIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void AbstractEvaluatingIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void OrIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void UniqFieldNameValueIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void AndIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void TextIndexCombiner.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void GlobalIndexUidCombiner.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 

Constructors in org.apache.accumulo.examples.wikisearch.iterator with parameters of type IteratorEnvironment
AbstractEvaluatingIterator(AbstractEvaluatingIterator other, IteratorEnvironment env)
           
AndIterator(AndIterator other, IteratorEnvironment env)
           
BooleanLogicIterator(BooleanLogicIterator other, IteratorEnvironment env)
           
EvaluatingIterator(AbstractEvaluatingIterator other, IteratorEnvironment env)
           
FieldIndexIterator(FieldIndexIterator other, IteratorEnvironment env)
           
OptimizedQueryIterator(OptimizedQueryIterator other, IteratorEnvironment env)
           
ReadAheadIterator(ReadAheadIterator other, IteratorEnvironment env)
           
UniqFieldNameValueIterator(UniqFieldNameValueIterator other, IteratorEnvironment env)
           
 

Uses of IteratorEnvironment in org.apache.accumulo.server.iterators
 

Methods in org.apache.accumulo.server.iterators with parameters of type IteratorEnvironment
 void MetadataBulkLoadFilter.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 

Uses of IteratorEnvironment in org.apache.accumulo.server.master.state
 

Methods in org.apache.accumulo.server.master.state with parameters of type IteratorEnvironment
 SortedKeyValueIterator<Key,Value> TabletStateChangeIterator.deepCopy(IteratorEnvironment env)
           
 void TabletStateChangeIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 

Uses of IteratorEnvironment in org.apache.accumulo.server.problems
 

Methods in org.apache.accumulo.server.problems with parameters of type IteratorEnvironment
 SortedKeyValueIterator<Key,Value> ProblemReportingIterator.deepCopy(IteratorEnvironment env)
           
 void ProblemReportingIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 

Uses of IteratorEnvironment in org.apache.accumulo.server.tabletserver
 

Classes in org.apache.accumulo.server.tabletserver that implement IteratorEnvironment
 class TabletIteratorEnvironment
           
 

Uses of IteratorEnvironment in org.apache.accumulo.server.test.functional
 

Methods in org.apache.accumulo.server.test.functional with parameters of type IteratorEnvironment
 SortedKeyValueIterator<Key,Value> BadIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> SlowIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> DropModIter.deepCopy(IteratorEnvironment env)
           
 void SlowIterator.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 void DropModIter.init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env)
           
 



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