| Package | Description |
|---|---|
| tachyon.thrift |
| Modifier and Type | Field and Description |
|---|---|
List<CheckpointFile> |
LineageCommand.checkpointFiles |
| Modifier and Type | Method and Description |
|---|---|
CheckpointFile |
CheckpointFile.deepCopy() |
CheckpointFile |
CheckpointFile.setBlockIds(List<Long> blockIds) |
CheckpointFile |
CheckpointFile.setFileId(long fileId) |
| Modifier and Type | Method and Description |
|---|---|
List<CheckpointFile> |
LineageCommand.getCheckpointFiles() |
Iterator<CheckpointFile> |
LineageCommand.getCheckpointFilesIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
LineageCommand.addToCheckpointFiles(CheckpointFile elem) |
int |
CheckpointFile.compareTo(CheckpointFile other) |
boolean |
CheckpointFile.equals(CheckpointFile that) |
| Modifier and Type | Method and Description |
|---|---|
LineageCommand |
LineageCommand.setCheckpointFiles(List<CheckpointFile> checkpointFiles) |
| Constructor and Description |
|---|
CheckpointFile(CheckpointFile other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
LineageCommand(CommandType commandType,
List<CheckpointFile> checkpointFiles) |
Copyright © 2015. All Rights Reserved.