| 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.
|
Copyright © 2022. All Rights Reserved.