Package | Description |
---|---|
alluxio.concurrent | |
alluxio.underfs | |
alluxio.underfs.cephfs | |
alluxio.underfs.hdfs | |
alluxio.underfs.local | |
alluxio.underfs.options | |
alluxio.underfs.web |
Modifier and Type | Method and Description |
---|---|
boolean |
ManagedBlockingUfsForwarder.mkdirs(String path,
MkdirsOptions options) |
Modifier and Type | Method and Description |
---|---|
boolean |
ObjectUnderFileSystem.mkdirs(String path,
MkdirsOptions options) |
boolean |
UnderFileSystemWithLogging.mkdirs(String path,
MkdirsOptions options) |
boolean |
UnderFileSystem.mkdirs(String path,
MkdirsOptions options)
Creates the directory named by this abstract pathname, with specified
MkdirsOptions . |
Modifier and Type | Method and Description |
---|---|
boolean |
CephFSUnderFileSystem.mkdirs(String path,
MkdirsOptions options) |
Modifier and Type | Method and Description |
---|---|
boolean |
HdfsUnderFileSystem.mkdirs(String path,
MkdirsOptions options) |
Modifier and Type | Method and Description |
---|---|
boolean |
LocalUnderFileSystem.mkdirs(String path,
MkdirsOptions options) |
Modifier and Type | Method and Description |
---|---|
static MkdirsOptions |
MkdirsOptions.defaults(AlluxioConfiguration conf) |
MkdirsOptions |
MkdirsOptions.setCreateParent(boolean createParent)
Sets option to create parent directories.
|
MkdirsOptions |
MkdirsOptions.setGroup(String group) |
MkdirsOptions |
MkdirsOptions.setMode(Mode mode) |
MkdirsOptions |
MkdirsOptions.setOwner(String owner) |
Modifier and Type | Method and Description |
---|---|
boolean |
WebUnderFileSystem.mkdirs(String path,
MkdirsOptions options) |
Copyright © 2023. All Rights Reserved.