Package | Description |
---|---|
alluxio | |
alluxio.client.file | |
alluxio.client.file.dora | |
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 |
DoraFileOutStream
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 |
FileSystemCache.InstanceCachingFileSystem.createFile(AlluxioURI path,
CreateFilePOptions options) |
FileOutStream |
DoraCacheFileSystem.createFile(AlluxioURI alluxioPath,
CreateFilePOptions options) |
FileOutStream |
FileSystem.createFile(AlluxioURI path,
CreateFilePOptions options)
Creates a file.
|
FileOutStream |
DelegatingFileSystem.createFile(AlluxioURI path,
CreateFilePOptions options) |
Constructor and Description |
---|
DoraFileOutStream(DoraCacheClient doraClient,
NettyDataWriter dataWriter,
AlluxioURI path,
OutStreamOptions options,
FileSystemContext context,
FileOutStream ufsOutStream,
String uuid)
Creates a new file output stream.
|
Modifier and Type | Method and Description |
---|---|
DoraFileOutStream |
DoraCacheClient.getOutStream(AlluxioURI alluxioPath,
FileSystemContext fsContext,
OutStreamOptions outStreamOptions,
FileOutStream ufsOutStream,
String uuid)
Get a stream to write the data to dora cache cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
DoraOutStream
A Dora output stream.
|
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.