Package | Description |
---|---|
alluxio | |
alluxio.client.block.stream | |
alluxio.client.file | |
alluxio.underfs | |
alluxio.underfs.hdfs |
Modifier and Type | Interface and Description |
---|---|
interface |
Seekable
This interface should be implemented by all Alluxio streams which support moving the read
position to a specific byte offset.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockInStream
Provides an
InputStream implementation that is based on DataReader s to
stream data chunk by chunk. |
Modifier and Type | Class and Description |
---|---|
class |
FileInStream
A streaming API to read a file.
|
Modifier and Type | Class and Description |
---|---|
class |
SeekableUnderFileInputStream
A seekable under file input stream wrapper that encapsulates the under file input stream.
|
Modifier and Type | Class and Description |
---|---|
class |
HdfsUnderFileInputStream
The input stream of HDFS as under filesystem.
|
Copyright © 2023. All Rights Reserved.