| Modifier and Type | Method and Description |
|---|---|
WALIterator |
IgniteWriteAheadLogManager.replay(WALPointer start)
Invoke this method to iterate over the written log entries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheDatabaseSharedManager.applyUpdatesOnRecovery(WALIterator it,
IgnitePredicate<IgniteBiTuple<WALPointer,WALRecord>> recPredicate,
IgnitePredicate<DataEntry> entryPredicate,
Map<T2<Integer,Integer>,T2<Integer,Long>> partStates)
Apply update from some iterator and with specific filters.
|
WALRecord |
GridCacheDatabaseSharedManager.RestoreStateContext.next(WALIterator it)
Advance iterator to the next record.
|
WALRecord |
GridCacheDatabaseSharedManager.RestoreBinaryState.next(WALIterator it)
Advance iterator to the next record.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWalRecordsIterator
Iterator over WAL segments.
|
class |
SingleSegmentLogicalRecordsIterator
Iterates over logical records of one WAL segment from archive.
|
| Modifier and Type | Method and Description |
|---|---|
WALIterator |
FileWriteAheadLogManager.replay(WALPointer start)
Invoke this method to iterate over the written log entries.
|
WALIterator |
FsyncModeFileWriteAheadLogManager.replay(WALPointer start)
Invoke this method to iterate over the written log entries.
|
| Modifier and Type | Method and Description |
|---|---|
WALIterator |
IgniteWalIteratorFactory.iterator(File... filesOrDirs)
Creates iterator for file by file scan mode.
|
WALIterator |
IgniteWalIteratorFactory.iterator(FileWALPointer replayFrom,
File... filesOrDirs)
Creates iterator for file by file scan mode.
|
WALIterator |
IgniteWalIteratorFactory.iterator(FileWALPointer replayFrom,
String... filesOrDirs)
Creates iterator for file by file scan mode.
|
WALIterator |
IgniteWalIteratorFactory.iterator(IgniteWalIteratorFactory.IteratorParametersBuilder iteratorParametersBuilder) |
WALIterator |
IgniteWalIteratorFactory.iterator(String... filesOrDirs)
Creates iterator for file by file scan mode.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019