Package | Description |
---|---|
alluxio.cli | |
alluxio.cli.bundler | |
alluxio.cli.fs | |
alluxio.cli.fsadmin | |
alluxio.cli.job | |
alluxio.cli.table | |
alluxio.conf | |
alluxio.hub.common | |
alluxio.master.journal.raft | |
alluxio.underfs |
Modifier and Type | Field and Description |
---|---|
protected InstancedConfiguration |
AbstractShell.mConfiguration |
Constructor and Description |
---|
AbstractShell(Map<String,String[]> commandAlias,
Set<String> unstableAlias,
InstancedConfiguration conf)
Creates a new instance of
AbstractShell . |
S3ASpecificOperations(String testDirectory,
UnderFileSystem ufs,
InstancedConfiguration configuration) |
UnderFileSystemCommonOperations(String ufsPath,
String topLevelTestDirectory,
UnderFileSystem ufs,
InstancedConfiguration configuration) |
UnderFileSystemContractTest(String path,
InstancedConfiguration conf)
Initiate the tests for a specific UFS path and UFS configs.
|
Constructor and Description |
---|
CollectInfo(InstancedConfiguration alluxioConf)
Creates a new instance of
CollectInfo . |
Constructor and Description |
---|
FileSystemShell(InstancedConfiguration alluxioConf)
Creates a new instance of
FileSystemShell . |
Constructor and Description |
---|
FileSystemAdminShell(InstancedConfiguration alluxioConf)
Construct a new instance of
FileSystemAdminShell . |
Constructor and Description |
---|
JobShell(InstancedConfiguration alluxioConf)
Creates a new instance of
JobShell . |
Constructor and Description |
---|
TableShell(InstancedConfiguration conf)
Construct a new instance of
TableShell . |
Modifier and Type | Method and Description |
---|---|
static InstancedConfiguration |
InstancedConfiguration.defaults()
Users should use this API to obtain a configuration for modification before passing to a
FileSystem constructor.
|
static InstancedConfiguration |
ServerConfiguration.global() |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigOverrides.overrideConfigs(InstancedConfiguration conf)
Overrides the necessary Alluxio configuration with the necessary values for the hub manager
and agent.
|
Constructor and Description |
---|
RaftJournalAppender(org.apache.ratis.server.RaftServer server,
java.util.function.Supplier<org.apache.ratis.client.RaftClient> clientSupplier,
org.apache.ratis.protocol.ClientId localClientId,
InstancedConfiguration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
UnderFileSystemConfiguration
Ufs configuration properties, including ufs specific configuration and global configuration.
|
Copyright © 2023. All Rights Reserved.