Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.contexts |
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileSystemMaster.delete(AlluxioURI path,
DeleteContext context) |
void |
FileSystemMaster.delete(AlluxioURI path,
DeleteContext context)
Deletes a given path.
|
void |
DefaultFileSystemMaster.deleteInternal(RpcContext rpcContext,
LockedInodePath inodePath,
DeleteContext deleteContext)
Implements file deletion.
|
Modifier and Type | Method and Description |
---|---|
static DeleteContext |
DeleteContext.create(DeletePOptions.Builder optionsBuilder) |
static DeleteContext |
DeleteContext.defaults() |
static DeleteContext |
DeleteContext.mergeFrom(DeletePOptions.Builder optionsBuilder)
Merges and embeds the given
DeletePOptions with the corresponding master options. |
Copyright © 2023. All Rights Reserved.