Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.contexts |
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileSystemMaster.completeFile(AlluxioURI path,
CompleteFileContext context) |
void |
FileSystemMaster.completeFile(AlluxioURI path,
CompleteFileContext context)
Completes a file.
|
Modifier and Type | Method and Description |
---|---|
static CompleteFileContext |
CompleteFileContext.create(CompleteFilePOptions.Builder optionsBuilder) |
static CompleteFileContext |
CompleteFileContext.defaults() |
static CompleteFileContext |
CompleteFileContext.mergeFrom(CompleteFilePOptions.Builder optionsBuilder)
Merges and embeds the given
CompleteFilePOptions with the corresponding master options. |
CompleteFileContext |
CompleteFileContext.setOperationTimeMs(long operationTimeMs)
Sets operation time.
|
CompleteFileContext |
CompleteFileContext.setUfsStatus(UfsStatus ufsStatus)
Sets ufs status.
|
Copyright © 2023. All Rights Reserved.