Package | Description |
---|---|
com.amazon.carbonado.cursor |
Support for advanced processing of cursor results, including basic set
theory operations.
|
com.amazon.carbonado.raw |
Provides support for repositories that encode/decode storables in a raw
binary format.
|
Modifier and Type | Class and Description |
---|---|
class |
ControllerCursor<S>
Wraps another cursor and periodically calls a
controller . |
class |
DifferenceCursor<S>
Wraps two Cursors and performs an asymmetric set difference
operation.
|
class |
FetchAheadCursor<S>
Cursor implementation which fetches records in advance, in order to release locks.
|
class |
FilteredCursor<S>
Wraps another cursor and applies custom filtering to reduce the set of
results.
|
class |
GroupedCursor<S,G>
Abstract cursor for aggregation and finding distinct data.
|
class |
IntersectionCursor<S>
Wraps two Cursors and performs a set intersection operation.
|
class |
IteratorCursor<S>
Adapts an Iterator into a Cursor.
|
class |
LimitCursor<S>
Wraps another cursor to limit the amount of elements.
|
class |
MultiTransformedCursor<S,T>
Abstract cursor which wraps another cursor and transforms each storable
result into a set of target storables.
|
class |
SkipCursor<S>
Wraps another cursor to skip an initial amount of elements.
|
class |
SortedCursor<S>
Wraps another Cursor and ensures the results are sorted.
|
class |
SymmetricDifferenceCursor<S>
Wraps two Cursors and performs a symmetric set difference
operation.
|
class |
ThrottledCursor<S>
Wraps another cursor and fetches results at a reduced speed.
|
class |
TransformedCursor<S,T>
Abstract cursor which wraps another cursor and transforms each storable
result into a target storable.
|
class |
UnionCursor<S>
Wraps two Cursors and performs a set union operation.
|
Modifier and Type | Class and Description |
---|---|
class |
RawCursor<S>
Abstract Cursor implementation for a repository that manipulates raw bytes.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.