Package | Description |
---|---|
alluxio | |
alluxio.client.file | |
alluxio.client.file.ufs | |
alluxio.fuse |
Modifier and Type | Method and Description |
---|---|
FileOutStream |
StreamCache.getOutStream(Integer key) |
Modifier and Type | Method and Description |
---|---|
Integer |
StreamCache.put(FileOutStream os) |
Modifier and Type | Class and Description |
---|---|
class |
AlluxioFileOutStream
Provides a streaming API to write a file.
|
Modifier and Type | Method and Description |
---|---|
default FileOutStream |
FileSystem.createFile(AlluxioURI path)
Convenience method for
FileSystem.createFile(AlluxioURI, CreateFilePOptions) with default
options. |
FileOutStream |
MetadataCachingFileSystem.createFile(AlluxioURI path,
CreateFilePOptions options) |
FileOutStream |
DelegatingFileSystem.createFile(AlluxioURI path,
CreateFilePOptions options) |
FileOutStream |
FileSystemCache.InstanceCachingFileSystem.createFile(AlluxioURI path,
CreateFilePOptions options) |
FileOutStream |
FileSystem.createFile(AlluxioURI path,
CreateFilePOptions options)
Creates a file.
|
FileOutStream |
BaseFileSystem.createFile(AlluxioURI path,
CreateFilePOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
UfsFileOutStream
Supports writing to a UFS file directly.
|
Modifier and Type | Method and Description |
---|---|
FileOutStream |
UfsBaseFileSystem.createFile(AlluxioURI path,
CreateFilePOptions options) |
Modifier and Type | Method and Description |
---|---|
static FileOutStream |
AlluxioFuseUtils.createFile(FileSystem fileSystem,
AuthPolicy authPolicy,
AlluxioURI uri,
CreateFileStatus fileStatus)
Creates a file in alluxio namespace.
|
Copyright © 2023. All Rights Reserved.