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

Packages that use OptionDescriber
org.apache.accumulo.core.iterators   
org.apache.accumulo.core.iterators.system   
org.apache.accumulo.core.iterators.user   
 

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

Classes in org.apache.accumulo.core.iterators that implement OptionDescriber
 class AggregatingIterator
          Deprecated. since 1.4, replaced by Combiner
 class Combiner
          A SortedKeyValueIterator that combines the Values for different versions (timestamps) of a Key into a single Value.
 class DebugIterator
           
 class Filter
          A SortedKeyValueIterator that filters entries from its source iterator.
 class FirstEntryInRowIterator
           
 class LongCombiner
          A TypedValueCombiner that translates each Value to a Long before reducing, then encodes the reduced Long back to a Value.
 class SortedKeyIterator
           
 class TypedValueCombiner<V>
          A Combiner that decodes each Value to type V before reducing, then encodes the result of typedReduce back to Value.
 

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

Classes in org.apache.accumulo.core.iterators.system that implement OptionDescriber
 class ColumnQualifierFilter
           
 class VisibilityFilter
           
 

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

Classes in org.apache.accumulo.core.iterators.user that implement OptionDescriber
 class AgeOffFilter
          A filter that ages off key/value pairs based on the Key's timestamp.
 class ColumnAgeOffFilter
          A filter that ages off key/value pairs based on the Key's column and timestamp.
 class GrepIterator
          This iterator provides exact string matching.
 class LargeRowFilter
          This iterator suppresses rows that exceed a specified number of columns.
 class MaxCombiner
          A Combiner that interprets Values as Longs and returns the largest Long among them.
 class MinCombiner
          A Combiner that interprets Values as Longs and returns the smallest Long among them.
 class RegExFilter
          A Filter that matches entries based on Java regular expressions.
 class ReqVisFilter
          A Filter that matches entries with a non-empty ColumnVisibility.
 class SummingArrayCombiner
          A Combiner that interprets Values as arrays of Longs and returns an array of element-wise sums.
 class SummingCombiner
          A Combiner that interprets Values as Longs and returns their sum.
 class TimestampFilter
          A Filter that matches entries whose timestamps fall within a range.
 class TransformingIterator
          The TransformingIterator allows portions of a key (except for the row) to be transformed.
 class VersioningIterator
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.