Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.contexts |
Modifier and Type | Method and Description |
---|---|
List<AlluxioURI> |
DefaultFileSystemMaster.checkConsistency(AlluxioURI path,
CheckConsistencyContext context) |
List<AlluxioURI> |
FileSystemMaster.checkConsistency(AlluxioURI path,
CheckConsistencyContext context)
Checks the consistency of the files and directories in the subtree under the path.
|
Modifier and Type | Method and Description |
---|---|
static CheckConsistencyContext |
CheckConsistencyContext.create(CheckConsistencyPOptions.Builder optionsBuilder) |
static CheckConsistencyContext |
CheckConsistencyContext.defaults() |
static CheckConsistencyContext |
CheckConsistencyContext.mergeFrom(CheckConsistencyPOptions.Builder optionsBuilder)
Merges and embeds the given
CheckConsistencyPOptions with the corresponding master
options. |
Copyright © 2023. All Rights Reserved.