Package | Description |
---|---|
alluxio.cli.fs.command | |
alluxio.cli.table.command |
Modifier and Type | Class and Description |
---|---|
class |
DistributedCpCommand
Copies a file or directory specified by args.
|
class |
DistributedLoadCommand
Loads a file or directory in Alluxio space, makes it resident in memory.
|
class |
DistributedMvCommand
Moves a file or directory specified by args.
|
Modifier and Type | Method and Description |
---|---|
static void |
DistributedLoadUtils.distributedLoad(AbstractDistributedJobCommand command,
AlluxioURI filePath,
int replication,
Set<String> workerSet,
Set<String> excludedWorkerSet,
Set<String> localityIds,
Set<String> excludedLocalityIds)
Distributed loads a file or directory in Alluxio space, makes it resident in memory.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTableCommand
A class which should be extended when implementing commands for the
TableShell . |
class |
AttachDatabaseCommand
A command which can be used to attach a UDB to the Alluxio master's table service.
|
class |
DetachDatabaseCommand
This command removes a database from the table master.
|
class |
ListDatabasesCommand
List information about attached databases and tables in the Alluxio catalog.
|
class |
SyncDatabaseCommand
A command which can be used to sync a database with the underlying udb.
|
class |
TransformStatusCommand
Check transformation status.
|
class |
TransformTableCommand
Transforms a structured table in Alluxio.
|
Copyright © 2023. All Rights Reserved.