public static interface Translog.Snapshot
extends java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
Translog.Operation |
next()
Returns the next operation in the snapshot or
null if we reached the end. |
int |
totalOperations()
The total number of operations in the translog.
|
int totalOperations()
Translog.Operation next() throws java.io.IOException
null if we reached the end.java.io.IOException