| Package | Description |
|---|---|
| alluxio.client.block.stream | |
| alluxio.client.file | |
| alluxio.client.file.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockInStream
Provides an
InputStream implementation that is based on DataReaders 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 |
AlluxioFileInStream
An implementation of
FileInStream for data stored in Alluxio. |
class |
FileInStream
A streaming API to read a file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalCacheFileInStream
Implementation of
FileInStream that reads from a local cache if possible. |
Copyright © 2022. All Rights Reserved.