Class and Description |
---|
alluxio.master.block.BlockMasterClientRestServiceHandler
since version 1.4 and will be removed in version 2.0
|
alluxio.hadoop.FaultTolerantFileSystem
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 |
alluxio.cli.fs.command.FileInfoCommand
since version 1.5
|
alluxio.master.file.FileSystemMasterClientRestServiceHandler
since version 1.4 and will be removed in version 2.0
|
alluxio.master.lineage.LineageMasterClientRestServiceHandler
since version 1.4 and will be removed in version 2.0
|
alluxio.cli.fs.command.LoadMetadataCommand
since version 1.1
|
alluxio.client.file.options.LoadMetadataOptions
since version 1.1 and will be removed in version 2.0
|
Enum Constant and Description |
---|
alluxio.client.WriteType.TRY_CACHE
This write type is deprecated as of v0.8 and not recommended for use. Use either
WriteType.MUST_CACHE or WriteType.CACHE_THROUGH depending on your data persistence
requirements. |
Copyright © 2023. All Rights Reserved.