| Package | Description |
|---|---|
| alluxio.master.file | |
| alluxio.master.file.meta |
| 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.deleteInternal(RpcContext rpcContext,
LockedInodePath inodePath,
DeleteContext deleteContext)
Implements file deletion.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Inode> |
InodeTree.createPath(RpcContext rpcContext,
LockedInodePath inodePath,
CreatePathContext<?,?> context)
Creates a file or directory at path.
|
void |
InodeTree.deleteInode(RpcContext rpcContext,
LockedInodePath inodePath,
long opTimeMs)
Deletes a single inode from the inode tree by removing it from the parent inode.
|
void |
InodeTree.setPinned(RpcContext rpcContext,
LockedInodePath inodePath,
boolean pinned,
java.util.List<java.lang.String> mediumTypes,
long opTimeMs)
Sets the pinned state of an inode.
|
void |
InodeTree.setReplication(RpcContext rpcContext,
LockedInodePath inodePath,
java.lang.Integer replicationMax,
java.lang.Integer replicationMin,
long opTimeMs)
Sets the min and/or max replication level of an inode.
|
Copyright © 2019. All Rights Reserved.