Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.meta | |
alluxio.master.file.options |
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileSystemMaster.delete(AlluxioURI path,
DeleteOptions options) |
void |
FileSystemMaster.delete(AlluxioURI path,
DeleteOptions options)
Deletes a given path.
|
void |
DefaultFileSystemMaster.deleteAndJournal(RpcContext rpcContext,
LockedInodePath inodePath,
DeleteOptions deleteOptions)
Deletes a given path.
|
Constructor and Description |
---|
SafeUfsDeleter(MountTable mountTable,
List<Pair<AlluxioURI,LockedInodePath>> inodes,
DeleteOptions deleteOptions)
Creates a new instance of
SafeUfsDeleter . |
Modifier and Type | Method and Description |
---|---|
void |
InodeTree.deleteInode(RpcContext rpcContext,
LockedInodePath inodePath,
long opTimeMs,
DeleteOptions deleteOptions)
Deletes a single inode from the inode tree by removing it from the parent inode.
|
Modifier and Type | Method and Description |
---|---|
static DeleteOptions |
DeleteOptions.defaults() |
DeleteOptions |
DeleteOptions.setAlluxioOnly(boolean alluxioOnly) |
DeleteOptions |
DeleteOptions.setCommonOptions(CommonOptions options) |
DeleteOptions |
DeleteOptions.setRecursive(boolean recursive) |
DeleteOptions |
DeleteOptions.setUnchecked(boolean unchecked) |
Copyright © 2023. All Rights Reserved.