Skip navigation links
A C F G H I M R S T 

A

addSwiftCredentials(Configuration) - Static method in class alluxio.hadoop.HadoopUtils
Adds Swift keys to the given Hadoop Configuration object if the user has specified them using System properties, and they're not already set.
alluxio.hadoop - package alluxio.hadoop
 
AlluxioFileSystem - Class in alluxio.hadoop
The Alluxio implementation of Hadoop AbstractFileSystem.
available() - Method in class alluxio.hadoop.HdfsFileInputStream
 

C

close() - Method in class alluxio.hadoop.HdfsFileInputStream
 

F

FaultTolerantFileSystem - Class in alluxio.hadoop
Deprecated.
as of 1.6.0. Use AlluxioFileSystem instead and configure the fault tolerant options appropriately (alluxio.zookeeper.*). An Alluxio client API compatible with Apache Hadoop FileSystem interface. Any program working with Hadoop HDFS can work with Alluxio transparently. Note that the performance of using this fault tolerant API may not be as efficient as the performance of using the Alluxio native API defined in FileSystem, which the API is built on top of.

Unlike FileSystem, this class enables Zookeeper.

FaultTolerantFileSystem() - Constructor for class alluxio.hadoop.FaultTolerantFileSystem
Deprecated.
Constructs a new FaultTolerantFileSystem.
FaultTolerantFileSystem(FileSystem) - Constructor for class alluxio.hadoop.FaultTolerantFileSystem
Deprecated.
Constructs a new FaultTolerantFileSystem instance with a specified FileSystem handler for tests.
FileSystem - Class in alluxio.hadoop
An Alluxio client API compatible with Apache Hadoop FileSystem interface.
FileSystem() - Constructor for class alluxio.hadoop.FileSystem
Constructs a new FileSystem.
FileSystem(FileSystem) - Constructor for class alluxio.hadoop.FileSystem
Constructs a new FileSystem instance with a specified FileSystem handler for tests.

G

getAlluxioFileName(String) - Static method in class alluxio.hadoop.HadoopUtils
Given a String path, returns an equivalent Alluxio path.
getPathWithoutScheme(Path) - Static method in class alluxio.hadoop.HadoopUtils
Given a Path path, it returns the path component of its URI, which has the form scheme://authority/path.
getPos() - Method in class alluxio.hadoop.HdfsFileInputStream
 
getScheme() - Method in class alluxio.hadoop.FaultTolerantFileSystem
Deprecated.
 
getScheme() - Method in class alluxio.hadoop.FileSystem
 
getUriDefaultPort() - Method in class alluxio.hadoop.AlluxioFileSystem
 

H

HadoopConfigurationUtils - Class in alluxio.hadoop
Utility class for merging AlluxioConfiguration with Hadoop's Configuration class.
HadoopUtils - Class in alluxio.hadoop
Utility class for using Alluxio with Hadoop.
HdfsFileInputStream - Class in alluxio.hadoop
An input stream for reading a file from HDFS.
HdfsFileInputStream(FileSystem, AlluxioURI, FileSystem.Statistics) - Constructor for class alluxio.hadoop.HdfsFileInputStream
Constructs a new stream for reading a file from HDFS.

I

isZookeeperMode() - Method in class alluxio.hadoop.FaultTolerantFileSystem
Deprecated.
 
isZookeeperMode() - Method in class alluxio.hadoop.FileSystem
 

M

mergeAlluxioConfiguration(Configuration, AlluxioConfiguration) - Static method in class alluxio.hadoop.HadoopConfigurationUtils
Merges an AlluxioConfiguration into an hadoop Configuration.
mergeHadoopConfiguration(Configuration, AlluxioProperties) - Static method in class alluxio.hadoop.HadoopConfigurationUtils
Merges Hadoop Configuration with Alluxio properties.

R

read() - Method in class alluxio.hadoop.HdfsFileInputStream
 
read(byte[]) - Method in class alluxio.hadoop.HdfsFileInputStream
 
read(byte[], int, int) - Method in class alluxio.hadoop.HdfsFileInputStream
 
read(long, byte[], int, int) - Method in class alluxio.hadoop.HdfsFileInputStream
 
readFully(long, byte[]) - Method in class alluxio.hadoop.HdfsFileInputStream
 
readFully(long, byte[], int, int) - Method in class alluxio.hadoop.HdfsFileInputStream
 

S

seek(long) - Method in class alluxio.hadoop.HdfsFileInputStream
 
seekToNewSource(long) - Method in class alluxio.hadoop.HdfsFileInputStream
This method is not supported in HdfsFileInputStream.
skip(long) - Method in class alluxio.hadoop.HdfsFileInputStream
 

T

toStringHadoopFileSplit(FileSplit) - Static method in class alluxio.hadoop.HadoopUtils
Returns a string representation of a Hadoop FileSplit.
toStringHadoopFileStatus(FileStatus) - Static method in class alluxio.hadoop.HadoopUtils
Returns a string representation of a Hadoop FileStatus.
toStringHadoopInputSplit(InputSplit) - Static method in class alluxio.hadoop.HadoopUtils
Returns a string representation of a InputSplit.
A C F G H I M R S T 
Skip navigation links

Copyright © 2024. All Rights Reserved.