public interface CheckpointFormat
CheckpointType
holds an association from checkpoint type to checkpoint format.Modifier and Type | Interface and Description |
---|---|
static interface |
CheckpointFormat.CheckpointReader
Interface for checkpoint readers.
|
Modifier and Type | Method and Description |
---|---|
CheckpointFormat.CheckpointReader |
createReader(CheckpointInputStream in) |
void |
parseToHumanReadable(CheckpointInputStream in,
PrintStream out) |
CheckpointFormat.CheckpointReader createReader(CheckpointInputStream in)
in
- a checkpoint input streamvoid parseToHumanReadable(CheckpointInputStream in, PrintStream out) throws IOException
in
- a checkpoint input streamout
- a print stream for writing a human-readable checkpoint representationIOException
Copyright © 2023. All Rights Reserved.