| Package | Description |
|---|---|
| org.calrissian.accumulorecipes.commons.iterators |
| Class and Description |
|---|
| AbstractEvaluatingIterator
This iterator aggregates rows together using the specified key comparator.
|
| AndIterator |
| BooleanLogicIterator |
| ExpirationFilter
Allows Accumulo to expire keys/values based on an expiration in the value.
|
| FieldIndexIterator
This iterator should only return keys from the fi\0{fieldName}:{fieldValue} part of the shard table.
|
| FirstEntryInColumnIterator |
| FirstNEntriesInRowIterator
This
SortedKeyValueIterator will return only the first n
keys/values for each row that it iterates through. |
| OptimizedQueryIterator
This iterator internally uses the BooleanLogicIterator to find event UIDs in the field index portion of the partition and uses the EvaluatingIterator to
evaluate the events against an expression.
|
| OrIterator.TermSource |
| ReadAheadIterator
This iterator takes the source iterator (the one below it in the iterator stack) and puts it in a background thread.
|
| UniqFieldNameValueIterator |
Copyright © 2014 Calrissian. All Rights Reserved.