Package | Description |
---|---|
alluxio | |
alluxio.client.file | |
alluxio.client.file.cache | |
alluxio.client.file.ufs | |
alluxio.file | |
alluxio.hadoop | |
alluxio.underfs | |
alluxio.underfs.cephfs | |
alluxio.underfs.hdfs | |
alluxio.underfs.s3a |
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 |
FileInStream
A streaming API to read a file.
|
class |
PositionReadFileInStream
Implementation of
FileInStream that reads from a dora cache if possible. |
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 |
UfsFileInStream
Supports reading from a ufs file directly.
|
Modifier and Type | Class and Description |
---|---|
class |
SeekableBufferedInputStream
A class optimizes seekable input streams by providing buffering.
|
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 |
CephSeekableInputStream
The input stream of CEPHFS as under filesystem.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
S3AInputStream
An S3A input stream that supports skip and seek efficiently.
|
Copyright © 2023. All Rights Reserved.