Package | Description |
---|---|
alluxio | |
alluxio.client.file |
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 |
FileSystemCache.InstanceCachingFileSystem.createFile(AlluxioURI path,
CreateFilePOptions options) |
FileOutStream |
BaseFileSystem.createFile(AlluxioURI path,
CreateFilePOptions options) |
FileOutStream |
MetadataCachingBaseFileSystem.createFile(AlluxioURI path,
CreateFilePOptions options) |
FileOutStream |
FileSystem.createFile(AlluxioURI path,
CreateFilePOptions options)
Creates a file.
|
FileOutStream |
DelegatingFileSystem.createFile(AlluxioURI path,
CreateFilePOptions options) |
Copyright © 2023. All Rights Reserved.