Package | Description |
---|---|
alluxio.client.block.stream | |
alluxio.client.file |
Modifier and Type | Class and Description |
---|---|
class |
BlockInStream
Provides an
InputStream implementation that is based on DataReader s to
stream data chunk by chunk. |
class |
BlockOutStream
Provides an
OutputStream implementation that is based on DataWriter which
streams data chunk by chunk. |
class |
UnderFileSystemFileOutStream
Provides a streaming API to write to a file in the under file system through an Alluxio
worker's data server.
|
Modifier and Type | Class and Description |
---|---|
class |
FileInStream
A streaming API to read a file.
|
Copyright © 2023. All Rights Reserved.