Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.meta | |
alluxio.underfs |
Modifier and Type | Field and Description |
---|---|
static RpcContext |
RpcContext.NOOP |
Modifier and Type | Method and Description |
---|---|
RpcContext |
DefaultFileSystemMaster.createRpcContext() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileSystemMaster.deleteAndJournal(RpcContext rpcContext,
LockedInodePath inodePath,
DeleteOptions deleteOptions)
Deletes a given path.
|
Modifier and Type | Method and Description |
---|---|
InodeTree.CreatePathResult |
InodeTree.createPath(RpcContext rpcContext,
LockedInodePath inodePath,
CreatePathOptions<?> options)
Creates a file or directory at path.
|
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.
|
void |
InodeTree.syncPersistDirectory(RpcContext rpcContext,
InodeDirectory dir)
Synchronously persists an
InodeDirectory to the UFS. |
Modifier and Type | Method and Description |
---|---|
void |
MasterUfsManager.setUfsMode(AlluxioURI ufsPath,
UnderFileSystem.UfsMode ufsMode,
RpcContext rpcContext)
Set the operation mode the given physical ufs.
|
Copyright © 2023. All Rights Reserved.