Package | Description |
---|---|
alluxio.client.block.stream | |
alluxio.client.file | |
alluxio.client.file.cache | |
alluxio.hadoop |
Modifier and Type | Class and Description |
---|---|
class |
BlockInStream
Provides an
InputStream implementation that is based on DataReader s to
stream data chunk by chunk. |
class |
BlockOutStream
Provides an
OutputStream implementation that is based on DataWriter which
streams data chunk by chunk. |
class |
UnderFileSystemFileOutStream
Provides a streaming API to write to a file in the under file system through an Alluxio
worker's data server.
|
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.
|
Copyright © 2023. All Rights Reserved.