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 |
Provides an example implementation of a CheckpointService based on a file system.
|
Modifier and Type | Method and Description |
---|---|
CheckpointService.CheckpointReadChannel |
CheckpointService.open(CheckpointID checkpointId)
Returns a reading channel to a checkpoint identified by the CheckpointID.
|
Modifier and Type | Method and Description |
---|---|
CheckpointService.CheckpointReadChannel |
FSCheckpointService.open(CheckpointID id) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.