| Package | Description |
|---|---|
| tachyon.thrift |
| Modifier and Type | Field and Description |
|---|---|
List<LineageFileInfo> |
LineageInfo.outputFiles |
| Modifier and Type | Method and Description |
|---|---|
LineageFileInfo |
LineageFileInfo.deepCopy() |
LineageFileInfo |
LineageFileInfo.setId(long id) |
LineageFileInfo |
LineageFileInfo.setState(String state) |
LineageFileInfo |
LineageFileInfo.setUnderFilePath(String underFilePath) |
| Modifier and Type | Method and Description |
|---|---|
List<LineageFileInfo> |
LineageInfo.getOutputFiles() |
Iterator<LineageFileInfo> |
LineageInfo.getOutputFilesIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
LineageInfo.addToOutputFiles(LineageFileInfo elem) |
int |
LineageFileInfo.compareTo(LineageFileInfo other) |
boolean |
LineageFileInfo.equals(LineageFileInfo that) |
| Modifier and Type | Method and Description |
|---|---|
LineageInfo |
LineageInfo.setOutputFiles(List<LineageFileInfo> outputFiles) |
| Constructor and Description |
|---|
LineageFileInfo(LineageFileInfo other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
LineageInfo(long id,
List<Long> inputFiles,
List<LineageFileInfo> outputFiles,
CommandLineJobInfo job,
long creationTimeMs,
List<Long> parents,
List<Long> children) |
Copyright © 2015. All Rights Reserved.