Package | Description |
---|---|
alluxio.client.block.stream | |
alluxio.client.file | |
alluxio.client.file.cache | |
alluxio.hadoop | |
alluxio.underfs | |
alluxio.underfs.hdfs |
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 |
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. |
Modifier and Type | Class and Description |
---|---|
class |
AlluxioHdfsInputStream
A wrapper class to translate Hadoop FileSystem FSDataInputStream to Alluxio FileSystem
FileInStream.
|
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 |
HdfsPositionedUnderFileInputStream
The input stream of HDFS as under filesystem.
|
class |
HdfsUnderFileInputStream
The input stream of HDFS as under filesystem.
|
Copyright © 2023. All Rights Reserved.