|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WrappingIterator in org.apache.accumulo.core.file |
|---|
| Subclasses of WrappingIterator in org.apache.accumulo.core.file | |
|---|---|
class |
FileCFSkippingIterator
|
| Uses of WrappingIterator in org.apache.accumulo.core.iterators |
|---|
| Subclasses of WrappingIterator in org.apache.accumulo.core.iterators | |
|---|---|
class |
Combiner
A SortedKeyValueIterator that combines the Values for different versions of a Key into a single Value. |
class |
DebugIterator
|
class |
Filter
A SortedKeyValueIterator that filters entries from its source iterator. |
class |
FilteringIterator
Deprecated. since 1.4, replaced by Filter |
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 |
NoLabelIterator
Deprecated. since 1.4, replaced by ReqVisFilter |
class |
RegExIterator
Deprecated. since 1.4, replaced by RegExFilter |
class |
SkippingIterator
|
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 WrappingIterator in org.apache.accumulo.core.iterators.system |
|---|
| Subclasses of WrappingIterator in org.apache.accumulo.core.iterators.system | |
|---|---|
class |
ColumnFamilySkippingIterator
|
class |
ColumnQualifierFilter
|
class |
CountingIterator
|
class |
DeletingIterator
|
class |
VisibilityFilter
|
| Uses of WrappingIterator in org.apache.accumulo.core.iterators.user |
|---|
| Subclasses of WrappingIterator in org.apache.accumulo.core.iterators.user | |
|---|---|
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 |
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 |
RowFilter
This iterator makes it easy to select rows that meet a given criteria. |
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 |
VersioningIterator
|
| Uses of WrappingIterator in org.apache.accumulo.examples.simple.combiner |
|---|
| Subclasses of WrappingIterator in org.apache.accumulo.examples.simple.combiner | |
|---|---|
class |
StatsCombiner
This combiner calculates the max, min, sum, and count of long integers represented as strings in values. |
| Uses of WrappingIterator in org.apache.accumulo.examples.wikisearch.iterator |
|---|
| Subclasses of WrappingIterator in org.apache.accumulo.examples.wikisearch.iterator | |
|---|---|
class |
FieldIndexIterator
This iterator should only return keys from the fi\0{fieldName}:{fieldValue} part of the shard table. |
class |
GlobalIndexUidCombiner
|
class |
TextIndexCombiner
|
class |
UniqFieldNameValueIterator
|
| Uses of WrappingIterator in org.apache.accumulo.server.iterators |
|---|
| Subclasses of WrappingIterator in org.apache.accumulo.server.iterators | |
|---|---|
class |
MetadataBulkLoadFilter
A special iterator for the metadata table that removes inactive bulk load flags |
| Uses of WrappingIterator in org.apache.accumulo.server.master.state |
|---|
| Subclasses of WrappingIterator in org.apache.accumulo.server.master.state | |
|---|---|
class |
TabletStateChangeIterator
|
| Uses of WrappingIterator in org.apache.accumulo.server.test.functional |
|---|
| Subclasses of WrappingIterator in org.apache.accumulo.server.test.functional | |
|---|---|
class |
BadCombiner
|
class |
BadIterator
|
class |
DropModIter
|
class |
SlowIterator
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||