Interface | Description |
---|---|
HadoopFileOpener |
Interface to wrap open method of file system.
|
Class | Description |
---|---|
AbstractFileSystem |
Base class for Apache Hadoop based Alluxio
FileSystem . |
AlluxioFileStatus |
A enhanced file status class that additional stores the uri status,
including the block location info so that we don't need to make an
additional RPC call to fetch the block location from the hadoop client.
|
AlluxioFileSystem |
The Alluxio implementation of Hadoop AbstractFileSystem.
|
AlluxioHdfsInputStream |
A wrapper class to translate Hadoop FileSystem FSDataInputStream to Alluxio FileSystem
FileInStream.
|
BaseHdfsFileInputStream |
An input stream for reading a file from HDFS.
|
FileSystem |
An Alluxio client API compatible with Apache Hadoop
FileSystem
interface. |
HadoopConfigurationUtils |
Utility class for merging
AlluxioConfiguration with Hadoop's Configuration class. |
HadoopUtils |
Utility class for using Alluxio with Hadoop.
|
HdfsFileInputStream |
HdfsFileInputStream implement for hadoop 1 and hadoop 2.
|
LocalCacheFileSystem |
An Alluxio client compatible with Apache Hadoop
FileSystem
interface, using Alluxio local cache. |
Copyright © 2023. All Rights Reserved.