Package | Description |
---|---|
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
LineageInfo |
LineageInfo.deepCopy() |
LineageInfo |
LineageInfo.setChildren(List<Long> children) |
LineageInfo |
LineageInfo.setCreationTimeMs(long creationTimeMs) |
LineageInfo |
LineageInfo.setId(long id) |
LineageInfo |
LineageInfo.setInputFiles(List<String> inputFiles) |
LineageInfo |
LineageInfo.setJob(CommandLineJobInfo job) |
LineageInfo |
LineageInfo.setOutputFiles(List<String> outputFiles) |
LineageInfo |
LineageInfo.setParents(List<Long> parents) |
Modifier and Type | Method and Description |
---|---|
List<LineageInfo> |
GetLineageInfoListTResponse.getLineageInfoList() |
Iterator<LineageInfo> |
GetLineageInfoListTResponse.getLineageInfoListIterator() |
Modifier and Type | Method and Description |
---|---|
void |
GetLineageInfoListTResponse.addToLineageInfoList(LineageInfo elem) |
int |
LineageInfo.compareTo(LineageInfo other) |
boolean |
LineageInfo.equals(LineageInfo that) |
Modifier and Type | Method and Description |
---|---|
GetLineageInfoListTResponse |
GetLineageInfoListTResponse.setLineageInfoList(List<LineageInfo> lineageInfoList) |
Constructor and Description |
---|
LineageInfo(LineageInfo other)
Performs a deep copy on other.
|
Constructor and Description |
---|
GetLineageInfoListTResponse(List<LineageInfo> lineageInfoList) |
Modifier and Type | Method and Description |
---|---|
LineageInfo |
LineageInfo.toThrift() |
Modifier and Type | Method and Description |
---|---|
static LineageInfo |
LineageInfo.fromThrift(LineageInfo info)
Creates a new instance of
LineageInfo from a thrift representation. |
Copyright © 2023. All Rights Reserved.