public class ZipCheckpointFormat extends Object implements CheckpointFormat
Modifier and Type | Class and Description |
---|---|
static class |
ZipCheckpointFormat.ZipCheckpointReader
Reads a tarball-based checkpoint.
|
CheckpointFormat.CheckpointReader
Constructor and Description |
---|
ZipCheckpointFormat() |
Modifier and Type | Method and Description |
---|---|
ZipCheckpointFormat.ZipCheckpointReader |
createReader(CheckpointInputStream in) |
void |
parseToHumanReadable(CheckpointInputStream in,
PrintStream out) |
public ZipCheckpointFormat.ZipCheckpointReader createReader(CheckpointInputStream in)
createReader
in interface CheckpointFormat
in
- a checkpoint input streampublic void parseToHumanReadable(CheckpointInputStream in, PrintStream out)
parseToHumanReadable
in interface CheckpointFormat
in
- a checkpoint input streamout
- a print stream for writing a human-readable checkpoint representationCopyright © 2023. All Rights Reserved.