| Package | Description | 
|---|---|
| org.apache.reef.io.checkpoint | |
| org.apache.reef.io.checkpoint.fs | 
| Modifier and Type | Method and Description | 
|---|---|
CheckpointID | 
CheckpointService.commit(CheckpointService.CheckpointWriteChannel channel)
Used to finalize and existing checkpoint. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
CheckpointService.delete(CheckpointID checkpointId)
It discards an existing checkpoint identified by its CheckpointID. 
 | 
CheckpointService.CheckpointReadChannel | 
CheckpointService.open(CheckpointID checkpointId)
Given a CheckpointID returns a reading channel. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FSCheckpointID
A FileSystem based checkpoint ID contains reference to the Path
 where the checkpoint has been saved. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CheckpointID | 
FSCheckpointService.commit(CheckpointService.CheckpointWriteChannel ch)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
FSCheckpointService.delete(CheckpointID id)  | 
CheckpointService.CheckpointReadChannel | 
FSCheckpointService.open(CheckpointID id)  | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.