Package | Description |
---|---|
org.apache.reef.io.checkpoint |
Checkpoints that provide APIs and implementations to store and retrieve the state of a task.
|
org.apache.reef.io.checkpoint.fs |
FileSystem based checkpoints.
|
Modifier and Type | Method and Description |
---|---|
CheckpointService.CheckpointWriteChannel |
CheckpointService.create()
This method creates a checkpoint and provide a channel to write to it.
|
Modifier and Type | Method and Description |
---|---|
void |
CheckpointService.abort(CheckpointService.CheckpointWriteChannel channel)
Dual to commit, it aborts the current checkpoint.
|
CheckpointID |
CheckpointService.commit(CheckpointService.CheckpointWriteChannel channel)
Used to finalize and existing checkpoint.
|
Modifier and Type | Method and Description |
---|---|
CheckpointService.CheckpointWriteChannel |
FSCheckpointService.create() |
Modifier and Type | Method and Description |
---|---|
void |
FSCheckpointService.abort(CheckpointService.CheckpointWriteChannel ch) |
CheckpointID |
FSCheckpointService.commit(CheckpointService.CheckpointWriteChannel ch) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.