Modifier and Type | Method and Description |
---|---|
RecordIterator |
RecordWriter.readAllRecords()
This returns an iterator that can iterate over all persisted records.
|
RecordIterator |
RecordWriter.readAllRecords(int limit)
This returns an iterator that can iterate over all persisted records to a defined limit.
|
Modifier and Type | Method and Description |
---|---|
RecordIterator |
CachedRecordWriter.readAllRecords() |
RecordIterator |
CachedRecordWriter.readAllRecords(int limit) |
Modifier and Type | Class and Description |
---|---|
class |
BtreeRecordIteratorImpl |
Modifier and Type | Method and Description |
---|---|
RecordIterator |
BtreeIndexRecordWriter.readAllRecords() |
RecordIterator |
BtreeIndexRecordWriter.readAllRecords(int limit) |
Constructor and Description |
---|
IndexItemIterator(RecordIterator recordResults) |
IndexScanAndRecovery(Index index,
RecordIterator recordIterator) |
IndexScanAndRecovery(Index index,
RecordIterator recordIterator,
boolean forceRebuild) |
Constructor and Description |
---|
StorageRecordIterator(long size,
RecordIterator recordIterator) |
Modifier and Type | Class and Description |
---|---|
class |
RecordIteratorImpl |
Modifier and Type | Method and Description |
---|---|
RecordIterator |
Writer.readAllRecords() |
RecordIterator |
TransactionalRecordWriter.readAllRecords() |
RecordIterator |
Writer.readAllRecords(int limit) |
RecordIterator |
TransactionalRecordWriter.readAllRecords(int limit) |
Copyright © 2015. All rights reserved.