alluxio.master.journal.checkpoint.InodeProtosCheckpointFormat.InodeProtosCheckpointReader |
InodeProtosCheckpointFormat.createReader(CheckpointInputStream in) |
JournalCheckpointFormat.JournalCheckpointReader |
JournalCheckpointFormat.createReader(CheckpointInputStream in) |
TarballCheckpointFormat.TarballCheckpointReader |
TarballCheckpointFormat.createReader(CheckpointInputStream in) |
LongsCheckpointFormat.LongsCheckpointReader |
LongsCheckpointFormat.createReader(CheckpointInputStream in) |
LongCheckpointFormat.LongCheckpointReader |
LongCheckpointFormat.createReader(CheckpointInputStream in) |
CompoundCheckpointFormat.CompoundCheckpointReader |
CompoundCheckpointFormat.createReader(CheckpointInputStream in) |
CheckpointFormat.CheckpointReader |
CheckpointFormat.createReader(CheckpointInputStream in) |
void |
InodeProtosCheckpointFormat.parseToHumanReadable(CheckpointInputStream in,
PrintStream out) |
void |
JournalCheckpointFormat.parseToHumanReadable(CheckpointInputStream in,
PrintStream out) |
void |
TarballCheckpointFormat.parseToHumanReadable(CheckpointInputStream in,
PrintStream out) |
void |
LongsCheckpointFormat.parseToHumanReadable(CheckpointInputStream in,
PrintStream out) |
void |
LongCheckpointFormat.parseToHumanReadable(CheckpointInputStream in,
PrintStream out) |
void |
CompoundCheckpointFormat.parseToHumanReadable(CheckpointInputStream in,
PrintStream out) |
void |
CheckpointFormat.parseToHumanReadable(CheckpointInputStream in,
PrintStream out) |
void |
Checkpointed.restoreFromCheckpoint(CheckpointInputStream input)
Restores state from a checkpoint.
|