Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.async | |
alluxio.master.lineage.checkpoint | |
alluxio.master.lineage.meta |
Modifier and Type | Method and Description |
---|---|
FileSystemMasterView |
DefaultFileSystemMaster.getFileSystemMasterView() |
FileSystemMasterView |
FileSystemMaster.getFileSystemMasterView() |
Modifier and Type | Method and Description |
---|---|
static AsyncPersistHandler |
AsyncPersistHandler.Factory.create(FileSystemMasterView view)
Creates a new instance of
AsyncPersistHandler . |
Constructor and Description |
---|
DefaultAsyncPersistHandler(FileSystemMasterView view)
Constructs a new instance of
AsyncPersistHandler . |
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. |
Modifier and Type | Method and Description |
---|---|
static List<Long> |
LineageStateUtils.getLostFiles(Lineage lineage,
FileSystemMasterView fileSystemMasterView) |
static boolean |
LineageStateUtils.isCompleted(Lineage lineage,
FileSystemMasterView fileSystemMasterView)
Checks if all the output files of the given lineage are completed.
|
static boolean |
LineageStateUtils.isInCheckpointing(Lineage lineage,
FileSystemMasterView fileSystemMasterView) |
static boolean |
LineageStateUtils.isPersisted(Lineage lineage,
FileSystemMasterView fileSystemMasterView) |
static boolean |
LineageStateUtils.needRecompute(Lineage lineage,
FileSystemMasterView fileSystemMasterView) |
Copyright © 2023. All Rights Reserved.