Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.meta |
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileSystemMaster.completeFile(AlluxioURI path,
CompleteFileOptions options) |
void |
FileSystemMaster.completeFile(AlluxioURI path,
CompleteFileOptions options)
Completes a file.
|
long |
DefaultFileSystemMaster.loadMetadata(AlluxioURI path,
LoadMetadataOptions options) |
long |
FileSystemMaster.loadMetadata(AlluxioURI path,
LoadMetadataOptions options)
Loads metadata for the object identified by the given path from UFS into Alluxio.
|
Modifier and Type | Method and Description |
---|---|
void |
InodeFile.complete(long length)
Completes the file.
|
Copyright © 2023. All Rights Reserved.