Package | Description |
---|---|
alluxio | |
alluxio.client.file | |
alluxio.client.lineage |
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 | Method and Description |
---|---|
FileOutStream |
BaseFileSystem.createFile(AlluxioURI path) |
FileOutStream |
FileSystem.createFile(AlluxioURI path)
Convenience method for
FileSystem.createFile(AlluxioURI, CreateFileOptions) with default options. |
FileOutStream |
BaseFileSystem.createFile(AlluxioURI path,
CreateFileOptions options) |
FileOutStream |
FileSystem.createFile(AlluxioURI path,
CreateFileOptions options)
Creates a file.
|
Modifier and Type | Class and Description |
---|---|
class |
DummyFileOutputStream
A dummy file output stream that does nothing.
|
class |
LineageFileOutStream
A stream API to write a file when lineage is enabled.
|
Modifier and Type | Method and Description |
---|---|
FileOutStream |
LineageFileSystem.createFile(AlluxioURI path,
CreateFileOptions options)
Gets the output stream for lineage job.
|
Copyright © 2023. All Rights Reserved.