Package | Description |
---|---|
alluxio.client.file | |
alluxio.client.file.options |
Modifier and Type | Method and Description |
---|---|
static List<AlluxioURI> |
FileSystemUtils.checkConsistency(AlluxioURI path,
CheckConsistencyOptions options)
Checks the consistency of Alluxio metadata against the under storage for all files and
directories in a given subtree.
|
List<AlluxioURI> |
RetryHandlingFileSystemMasterClient.checkConsistency(AlluxioURI path,
CheckConsistencyOptions options) |
List<AlluxioURI> |
FileSystemMasterClient.checkConsistency(AlluxioURI path,
CheckConsistencyOptions options)
Checks the consistency of Alluxio metadata against the under storage for all files and
directories in a given subtree.
|
Modifier and Type | Method and Description |
---|---|
static CheckConsistencyOptions |
CheckConsistencyOptions.defaults() |
CheckConsistencyOptions |
CheckConsistencyOptions.setCommonOptions(CommonOptions options) |
Copyright © 2023. All Rights Reserved.