Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.contexts |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultFileSystemMaster.loadMetadataIfNotExist(RpcContext rpcContext,
AlluxioURI path,
LoadMetadataContext context)
Loads metadata for the path if it is (non-existing || load direct children is set).
|
Modifier and Type | Method and Description |
---|---|
static LoadMetadataContext |
LoadMetadataContext.create(LoadMetadataPOptions.Builder optionsBuilder) |
static LoadMetadataContext |
LoadMetadataContext.defaults() |
static LoadMetadataContext |
LoadMetadataContext.mergeFrom(LoadMetadataPOptions.Builder optionsBuilder)
Merges and embeds the given
LoadMetadataPOptions with the corresponding master options. |
LoadMetadataContext |
LoadMetadataContext.setUfsStatus(UfsStatus ufsStatus)
Sets
UfsStatus for the directory. |
Copyright © 2023. All Rights Reserved.