Class WalScanner.ScanTerminateStep
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.persistence.wal.scanner.WalScanner.ScanTerminateStep
-
- Enclosing class:
- WalScanner
public static class WalScanner.ScanTerminateStep extends Object
Terminate state of scanning of WAL for ability to do chaining flow.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforEach(@NotNull ScannerHandler handler)Execute given handler on each record.
-
-
-
Method Detail
-
forEach
public void forEach(@NotNull @NotNull ScannerHandler handler) throws IgniteCheckedExceptionExecute given handler on each record.- Parameters:
handler- Single record handler.- Throws:
IgniteCheckedException- If iteration was failed.
-
-