Uses of Package
org.apache.accumulo.core.iterators

Packages that use org.apache.accumulo.core.iterators
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.admin   
org.apache.accumulo.core.client.mock   
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.filter   
org.apache.accumulo.core.iterators.system   
org.apache.accumulo.core.iterators.user   
 

Classes in org.apache.accumulo.core.iterators used by org.apache.accumulo.core.client
IteratorEnvironment
           
SortedKeyValueIterator
          An iterator that supports iterating over key and value pairs.
 

Classes in org.apache.accumulo.core.iterators used by org.apache.accumulo.core.client.admin
IteratorUtil.IteratorScope
           
 

Classes in org.apache.accumulo.core.iterators used by org.apache.accumulo.core.client.mock
SortedKeyValueIterator
          An iterator that supports iterating over key and value pairs.
 

Classes in org.apache.accumulo.core.iterators used by org.apache.accumulo.core.file
IteratorEnvironment
           
SortedKeyValueIterator
          An iterator that supports iterating over key and value pairs.
 

Classes in org.apache.accumulo.core.iterators used by org.apache.accumulo.core.file.map
IteratorEnvironment
           
SortedKeyValueIterator
          An iterator that supports iterating over key and value pairs.
 

Classes in org.apache.accumulo.core.iterators used by org.apache.accumulo.core.file.rfile
IteratorEnvironment
           
SortedKeyValueIterator
          An iterator that supports iterating over key and value pairs.
 

Classes in org.apache.accumulo.core.iterators used by org.apache.accumulo.core.iterators
AggregatingIterator
          Deprecated. since 1.4, replaced by Combiner
Combiner
          A SortedKeyValueIterator that combines the Values for different versions (timestamp) of a Key within a row into a single Value.
DebugIterator
           
FilteringIterator
          Deprecated. since 1.4, replaced by Filter
FirstEntryInRowIterator
           
IteratorEnvironment
           
IteratorUtil.IteratorScope
           
LongCombiner.Type
           
NoLabelIterator
          Deprecated. since 1.4, replaced by ReqVisFilter
OptionDescriber
          The OptionDescriber interface allows you to set up iterator properties interactively in the accumulo shell.
OptionDescriber.IteratorOptions
           
OrIterator.TermSource
           
RegExIterator
          Deprecated. since 1.4, replaced by RegExFilter
SkippingIterator
           
SortedKeyIterator
           
SortedKeyValueIterator
          An iterator that supports iterating over key and value pairs.
SortedMapIterator
          A simple iterator over a Java SortedMap
TypedValueCombiner
          A Combiner that decodes each Value to type V before reducing, then encodes the result of typedReduce back to Value.
TypedValueCombiner.Encoder
          An interface for translating from byte[] to V and back.
ValueFormatException
          Exception used for TypedValueCombiner and it's Encoders decode() function
WrappingIterator
          A convenience class for implementing iterators that select, but do not modify, entries read from a source iterator.
 

Classes in org.apache.accumulo.core.iterators used by org.apache.accumulo.core.iterators.filter
OptionDescriber
          The OptionDescriber interface allows you to set up iterator properties interactively in the accumulo shell.
OptionDescriber.IteratorOptions
           
 

Classes in org.apache.accumulo.core.iterators used by org.apache.accumulo.core.iterators.system
Filter
          A SortedKeyValueIterator that filters entries from its source iterator.
IteratorEnvironment
           
OptionDescriber
          The OptionDescriber interface allows you to set up iterator properties interactively in the accumulo shell.
SkippingIterator
           
SortedKeyValueIterator
          An iterator that supports iterating over key and value pairs.
WrappingIterator
          A convenience class for implementing iterators that select, but do not modify, entries read from a source iterator.
 

Classes in org.apache.accumulo.core.iterators used by org.apache.accumulo.core.iterators.user
Combiner
          A SortedKeyValueIterator that combines the Values for different versions (timestamp) of a Key within a row into a single Value.
Filter
          A SortedKeyValueIterator that filters entries from its source iterator.
IteratorEnvironment
           
LongCombiner
          A TypedValueCombiner that translates each Value to a Long before reducing, then encodes the reduced Long back to a Value.
OptionDescriber
          The OptionDescriber interface allows you to set up iterator properties interactively in the accumulo shell.
OptionDescriber.IteratorOptions
           
SkippingIterator
           
SortedKeyValueIterator
          An iterator that supports iterating over key and value pairs.
TypedValueCombiner
          A Combiner that decodes each Value to type V before reducing, then encodes the result of typedReduce back to Value.
TypedValueCombiner.Encoder
          An interface for translating from byte[] to V and back.
WrappingIterator
          A convenience class for implementing iterators that select, but do not modify, entries read from a source iterator.
 



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