Package org.apache.accumulo.core.iterators.user

Class Summary
AgeOffFilter A filter that ages off key/value pairs based on the Key's timestamp.
ColumnAgeOffFilter A filter that ages off key/value pairs based on the Key's column and timestamp.
ColumnAgeOffFilter.TTLSet  
GrepIterator This iterator provides exact string matching.
IndexedDocIterator This iterator facilitates document-partitioned indexing.
IntersectingIterator This iterator facilitates document-partitioned indexing.
IntersectingIterator.TermSource  
LargeRowFilter This iterator suppresses rows that exceed a specified number of columns.
MaxCombiner A Combiner that interprets Values as Longs and returns the largest Long among them.
MinCombiner A Combiner that interprets Values as Longs and returns the smallest Long among them.
RegExFilter A Filter that matches entries based on Java regular expressions.
ReqVisFilter A Filter that matches entries with a non-empty ColumnVisibility.
RowDeletingIterator An iterator for deleting whole rows.
RowFilter This iterator makes it easy to select rows that meet a given criteria.
SummingArrayCombiner A Combiner that interprets Values as arrays of Longs and returns an array of element-wise sums.
SummingArrayCombiner.DOSArrayEncoder<V>  
SummingArrayCombiner.FixedLongArrayEncoder  
SummingArrayCombiner.StringArrayEncoder  
SummingArrayCombiner.VarLongArrayEncoder  
SummingCombiner A Combiner that interprets Values as Longs and returns their sum.
TimestampFilter A Filter that matches entries whose timestamps fall within a range.
VersioningIterator  
WholeRowIterator The WholeRowIterator is designed to provide row-isolation so that queries see mutations as atomic.
 

Enum Summary
SummingArrayCombiner.Type  
 



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