public class JournalCheckpointFormat extends Object implements CheckpointFormat
Modifier and Type | Class and Description |
---|---|
static class |
JournalCheckpointFormat.JournalCheckpointReader
Reads journal entries from a checkpoint stream.
|
CheckpointFormat.CheckpointReader
Constructor and Description |
---|
JournalCheckpointFormat() |
Modifier and Type | Method and Description |
---|---|
JournalCheckpointFormat.JournalCheckpointReader |
createReader(CheckpointInputStream in) |
void |
parseToHumanReadable(CheckpointInputStream in,
PrintStream out) |
public JournalCheckpointFormat.JournalCheckpointReader createReader(CheckpointInputStream in)
createReader
in interface CheckpointFormat
in
- a checkpoint input streampublic void parseToHumanReadable(CheckpointInputStream in, PrintStream out) throws IOException
parseToHumanReadable
in interface CheckpointFormat
in
- a checkpoint input streamout
- a print stream for writing a human-readable checkpoint representationIOException
Copyright © 2023. All Rights Reserved.