Package | Description |
---|---|
alluxio.client.lineage | |
alluxio.exception | |
alluxio.master.lineage | |
alluxio.master.lineage.meta |
Modifier and Type | Method and Description |
---|---|
boolean |
AlluxioLineage.deleteLineage(long lineageId)
Convenience method for
AbstractLineageClient.deleteLineage(long, DeleteLineageOptions) with default options. |
boolean |
AbstractLineageClient.deleteLineage(long lineageId,
DeleteLineageOptions options) |
Modifier and Type | Method and Description |
---|---|
static void |
LineageDoesNotExistException.check(boolean expression,
ExceptionMessage message,
Object... params)
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LineageMaster.deleteLineage(long lineageId,
boolean cascade)
Deletes a lineage.
|
boolean |
DefaultLineageMaster.deleteLineage(long lineageId,
boolean cascade) |
List<LineageInfo> |
LineageMaster.getLineageInfoList() |
List<LineageInfo> |
DefaultLineageMaster.getLineageInfoList() |
long |
LineageMaster.reinitializeFile(String path,
long blockSizeBytes,
long ttl,
TtlAction ttlAction)
Reinitializes the file when the file is lost or not completed.
|
long |
DefaultLineageMaster.reinitializeFile(String path,
long blockSizeBytes,
long ttl,
TtlAction ttlAction) |
Modifier and Type | Method and Description |
---|---|
void |
LineageStore.deleteLineage(long lineageId)
Deletes a lineage.
|
List<Lineage> |
LineageStoreView.getChildren(Lineage lineage) |
List<Lineage> |
LineageStore.getChildren(Lineage lineage)
Gets all the children of a given lineage.
|
Lineage |
LineageStore.getLineageOfOutputFile(long fileId)
Gets the lineage that has the given output file.
|
List<Lineage> |
LineageStore.getParents(Lineage lineage)
Gets all the parents of a given lineage.
|
Copyright © 2023. All Rights Reserved.