public static class CompoundCheckpointFormat.CompoundCheckpointReader extends Object implements CheckpointFormat.CheckpointReader
Modifier and Type | Class and Description |
---|---|
static class |
CompoundCheckpointFormat.CompoundCheckpointReader.Entry
A compound checkpoint entry.
|
Constructor and Description |
---|
CompoundCheckpointReader(CheckpointInputStream in) |
Modifier and Type | Method and Description |
---|---|
Optional<CompoundCheckpointFormat.CompoundCheckpointReader.Entry> |
nextCheckpoint()
Returns an entry for the next checkpoint.
|
public CompoundCheckpointReader(CheckpointInputStream in)
in
- a checkpoint input stream to read frompublic Optional<CompoundCheckpointFormat.CompoundCheckpointReader.Entry> nextCheckpoint() throws IOException
The entry is only valid until nextCheckpoint is called again.
IOException
Copyright © 2023. All Rights Reserved.