| Interface | Description |
|---|---|
| ScanContextInterpreter | |
| Scanner |
| Class | Description |
|---|---|
| MultiRecordIterator |
Lazy-loading iterator that pages through columns for a given hash key.
|
| MultiRowParallelScanInterpreter |
Builds RecordIterators for scan results from a parallel, segmented scan.
|
| MultiRowSequentialScanInterpreter |
Interprets Scan results for MULTI stores and assumes that results are SEQUENTIAL.
|
| ParallelScanner |
Class lazily loads all the pages of all the segments of a parallel scan, in multiple threads.
|
| ScanBackedKeyIterator |
KeyIterator that is backed by a DynamoDB scan.
|
| ScanContext |
Holds the request and response for one "page" of a DynamoDB scan.
|
| ScanSegmentWorker |
This class executes multiple scan requests on one segment of a table in series,
as a runnable.
|
| SequentialScanner |
Iterator that goes through a scan operation over a given DynamoDB table.
|
| SingleKeyRecordIterator |
Holds a reference to a key and a RecordIterator for entries that correspond to that key.
|
| SingleRowScanInterpreter |
Turns Scan results into RecordIterators for stores using the SINGLE data model.
|
| StaticRecordIterator |
Iterator for entries.
|