Package | Description |
---|---|
alluxio.concurrent | |
alluxio.underfs | |
alluxio.underfs.cephfs | |
alluxio.underfs.hdfs | |
alluxio.underfs.local | |
alluxio.underfs.options | |
alluxio.underfs.web | |
alluxio.worker.grpc |
Modifier and Type | Method and Description |
---|---|
OutputStream |
ManagedBlockingUfsForwarder.create(String path,
CreateOptions options) |
OutputStream |
ManagedBlockingUfsForwarder.createNonexistingFile(String path,
CreateOptions options) |
Modifier and Type | Method and Description |
---|---|
OutputStream |
UnderFileSystemWithLogging.create(String path,
CreateOptions options) |
OutputStream |
ObjectUnderFileSystem.create(String path,
CreateOptions options) |
OutputStream |
UnderFileSystem.create(String path,
CreateOptions options)
Creates a file in the under file system with the specified
CreateOptions . |
OutputStream |
AtomicFileOutputStreamCallback.createDirect(String path,
CreateOptions options)
Creates a file in the under file system with the specified
CreateOptions . |
OutputStream |
UnderFileSystemWithLogging.createNonexistingFile(String path,
CreateOptions options) |
OutputStream |
ObjectUnderFileSystem.createNonexistingFile(String path,
CreateOptions options) |
OutputStream |
ConsistentUnderFileSystem.createNonexistingFile(String path,
CreateOptions options) |
OutputStream |
UnderFileSystem.createNonexistingFile(String path,
CreateOptions options)
Creates a file in the under file system with the specified
CreateOptions . |
Constructor and Description |
---|
AtomicFileOutputStream(String path,
AtomicFileOutputStreamCallback ufs,
CreateOptions options)
Constructs a new
AtomicFileOutputStream . |
Modifier and Type | Method and Description |
---|---|
OutputStream |
CephFSUnderFileSystem.create(String path,
CreateOptions options) |
OutputStream |
CephFSUnderFileSystem.createDirect(String path,
CreateOptions options) |
Modifier and Type | Method and Description |
---|---|
OutputStream |
HdfsUnderFileSystem.create(String path,
CreateOptions options) |
OutputStream |
HdfsUnderFileSystem.createDirect(String path,
CreateOptions options) |
Modifier and Type | Method and Description |
---|---|
OutputStream |
LocalUnderFileSystem.create(String path,
CreateOptions options) |
OutputStream |
LocalUnderFileSystem.createDirect(String path,
CreateOptions options) |
Modifier and Type | Method and Description |
---|---|
static CreateOptions |
CreateOptions.defaults(AlluxioConfiguration conf) |
CreateOptions |
CreateOptions.setAcl(AccessControlList acl)
Sets an initial acl for the newly created file.
|
CreateOptions |
CreateOptions.setCreateParent(boolean createParent)
Sets option to force creation of parent directories.
|
CreateOptions |
CreateOptions.setEnsureAtomic(boolean atomic)
Set atomicity guarantees.
|
CreateOptions |
CreateOptions.setGroup(String group) |
CreateOptions |
CreateOptions.setMode(Mode mode) |
CreateOptions |
CreateOptions.setOwner(String owner) |
Modifier and Type | Method and Description |
---|---|
OutputStream |
WebUnderFileSystem.create(String path,
CreateOptions options) |
Modifier and Type | Method and Description |
---|---|
CreateOptions |
UfsFileWriteRequestContext.getCreateOptions() |
Modifier and Type | Method and Description |
---|---|
void |
UfsFileWriteRequestContext.setCreateOptions(CreateOptions createOptions) |
Copyright © 2023. All Rights Reserved.