Package | Description |
---|---|
alluxio.master.lineage | |
alluxio.master.lineage.checkpoint |
Modifier and Type | Method and Description |
---|---|
LineageStoreView |
LineageMaster.getLineageStoreView() |
LineageStoreView |
DefaultLineageMaster.getLineageStoreView() |
Modifier and Type | Method and Description |
---|---|
static CheckpointPlanner |
CheckpointPlanner.Factory.create(LineageStoreView lineageStoreView,
FileSystemMasterView fileSystemMasterView) |
CheckpointPlan |
CheckpointLatestPlanner.generatePlan(LineageStoreView store,
FileSystemMasterView fileSystemMasterView) |
CheckpointPlan |
CheckpointPlanner.generatePlan(LineageStoreView lineageStoreView,
FileSystemMasterView fileSystemMasterView)
Generates a plan to decide what lineages to checkpoint.
|
Constructor and Description |
---|
CheckpointLatestPlanner(LineageStoreView lineageStoreView,
FileSystemMasterView fileSystemMasterView)
Creates a new instance of
CheckpointLatestPlanner , which does not use the lineage store
view. |
Copyright © 2023. All Rights Reserved.