Package | Description |
---|---|
alluxio.client.file.options | |
alluxio.master.file.contexts | |
alluxio.master.file.meta | |
alluxio.security.authorization | |
alluxio.underfs.options | |
alluxio.util |
Modifier and Type | Method and Description |
---|---|
Mode |
OutStreamOptions.getMode() |
Modifier and Type | Method and Description |
---|---|
OutStreamOptions |
OutStreamOptions.setMode(Mode mode) |
Modifier and Type | Field and Description |
---|---|
protected Mode |
CreatePathContext.mMode |
Modifier and Type | Method and Description |
---|---|
Mode |
CreatePathContext.getMode() |
Modifier and Type | Method and Description |
---|---|
void |
InodeTree.initializeRoot(String owner,
String group,
Mode mode,
JournalContext context)
Initializes the root of the inode tree.
|
Modifier and Type | Method and Description |
---|---|
static Mode |
Mode.and(Mode mode1,
Mode mode2) |
static Mode |
Mode.createFullAccess()
Creates the "full access" mode.
|
static Mode |
Mode.createNoAccess()
Creates the "no access" mode.
|
static Mode |
Mode.defaults()
Gets the default mode.
|
static Mode |
Mode.fromProto(PMode pMode)
|
static Mode |
ModeParser.parse(String value)
Parses the given value as a mode.
|
Modifier and Type | Method and Description |
---|---|
static Mode |
Mode.and(Mode mode1,
Mode mode2) |
Constructor and Description |
---|
Mode(Mode mode)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
Mode |
MkdirsOptions.getMode() |
Mode |
CreateOptions.getMode() |
Modifier and Type | Method and Description |
---|---|
MkdirsOptions |
MkdirsOptions.setMode(Mode mode) |
CreateOptions |
CreateOptions.setMode(Mode mode) |
Modifier and Type | Method and Description |
---|---|
static Mode |
ModeUtils.applyDirectoryUMask(Mode mode,
String authUmask)
Applies the default umask for newly created directories to this mode.
|
static Mode |
ModeUtils.applyFileUMask(Mode mode,
String authUmask)
Applies the default umask for newly created files to this mode.
|
static Mode |
ModeUtils.getUMask(String confUmask)
Gets the file / directory creation umask.
|
Modifier and Type | Method and Description |
---|---|
static Mode |
ModeUtils.applyDirectoryUMask(Mode mode,
String authUmask)
Applies the default umask for newly created directories to this mode.
|
static Mode |
ModeUtils.applyFileUMask(Mode mode,
String authUmask)
Applies the default umask for newly created files to this mode.
|
Copyright © 2023. All Rights Reserved.