Uses of Interface
org.apache.ignite.internal.persistence.wal.Wal.EntryProcessor
Packages that use Wal.EntryProcessor
-
Uses of Wal.EntryProcessor in org.apache.ignite.internal.persistence.wal
Methods in org.apache.ignite.internal.persistence.wal with parameters of type Wal.EntryProcessorModifier and TypeMethodDescriptionvoidWal.processEntriesAfterLastCheckpointStart(Wal.EntryProcessor processor) Processes the entries that were added after the last checkpoint had started.voidWal.processEntriesBeforeLastCheckpointStart(Wal.EntryProcessor processor) Processes the entries that had been added before the last checkpoint started.