public static interface Translog.Snapshot extends Releasable
| Modifier and Type | Method and Description |
|---|---|
int |
estimatedTotalOperations()
The total number of operations in the translog.
|
Translog.Operation |
next()
Returns the next operation in the snapshot or
null if we reached the end. |
closeint estimatedTotalOperations()
Translog.Operation next() throws IOException
null if we reached the end.IOExceptionCopyright © 2009–2017. All rights reserved.