| Interface | Description |
|---|---|
| BoundedStream |
This interface should be implemented by all Alluxio streams which are bounded at a certain
byte size.
|
| Cancelable |
This interface should be implemented by all Alluxio output streams which support aborting the
temporary data that has been written.
|
| PositionedReadable |
Stream that permits positional reading.
|
| Class | Description |
|---|---|
| AbstractOutStream |
An abstraction of the output stream API in Alluxio to write data to a file or a block.
|
| Enum | Description |
|---|---|
| AlluxioStorageType |
Specifies the type of data interaction with Alluxio.
|
| ReadType |
Convenience modes for commonly used read types.
|
| UnderStorageType |
Specifies the type of data interaction with Alluxio's Under Storage.
|
| WriteType |
Write types for creating a file in Alluxio.
|
Copyright © 2024. All Rights Reserved.