A D G L M P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractTableCommand - Class in alluxio.cli.table.command
-
A class which should be extended when implementing commands for the
TableShell. - AbstractTableCommand(AlluxioConfiguration, TableMasterClient) - Constructor for class alluxio.cli.table.command.AbstractTableCommand
-
Creates a new instance of
AbstractTableCommand. - alluxio.cli.table - package alluxio.cli.table
- alluxio.cli.table.command - package alluxio.cli.table.command
- AttachDatabaseCommand - Class in alluxio.cli.table.command
-
A command which can be used to attach a UDB to the Alluxio master's table service.
- AttachDatabaseCommand(AlluxioConfiguration, TableMasterClient) - Constructor for class alluxio.cli.table.command.AttachDatabaseCommand
-
Creates a new instance of
AttachDatabaseCommand.
D
- DetachDatabaseCommand - Class in alluxio.cli.table.command
-
This command removes a database from the table master.
- DetachDatabaseCommand(AlluxioConfiguration, TableMasterClient) - Constructor for class alluxio.cli.table.command.DetachDatabaseCommand
-
Creates a new instance of
DetachDatabaseCommand.
G
- getCommandName() - Method in class alluxio.cli.table.command.AbstractTableCommand
- getCommandName() - Method in class alluxio.cli.table.command.AttachDatabaseCommand
- getCommandName() - Method in class alluxio.cli.table.command.DetachDatabaseCommand
- getCommandName() - Method in class alluxio.cli.table.command.ListDatabasesCommand
- getCommandName() - Method in class alluxio.cli.table.command.SyncDatabaseCommand
- getCommandName() - Method in class alluxio.cli.table.command.TransformStatusCommand
- getCommandName() - Method in class alluxio.cli.table.command.TransformTableCommand
- getDescription() - Method in class alluxio.cli.table.command.AttachDatabaseCommand
- getDescription() - Method in class alluxio.cli.table.command.DetachDatabaseCommand
- getDescription() - Method in class alluxio.cli.table.command.ListDatabasesCommand
- getDescription() - Method in class alluxio.cli.table.command.SyncDatabaseCommand
- getDescription() - Method in class alluxio.cli.table.command.TransformStatusCommand
- getDescription() - Method in class alluxio.cli.table.command.TransformTableCommand
- getOptions() - Method in class alluxio.cli.table.command.AttachDatabaseCommand
- getOptions() - Method in class alluxio.cli.table.command.TransformTableCommand
- getShellName() - Method in class alluxio.cli.table.TableShell
- getUsage() - Method in class alluxio.cli.table.command.AttachDatabaseCommand
- getUsage() - Method in class alluxio.cli.table.command.DetachDatabaseCommand
- getUsage() - Method in class alluxio.cli.table.command.ListDatabasesCommand
- getUsage() - Method in class alluxio.cli.table.command.SyncDatabaseCommand
- getUsage() - Method in class alluxio.cli.table.command.TransformStatusCommand
- getUsage() - Method in class alluxio.cli.table.command.TransformTableCommand
L
- listDatabases() - Method in class alluxio.cli.table.command.ListDatabasesCommand
-
Print attached databases to stdout.
- ListDatabasesCommand - Class in alluxio.cli.table.command
-
List information about attached databases and tables in the Alluxio catalog.
- ListDatabasesCommand(AlluxioConfiguration, TableMasterClient) - Constructor for class alluxio.cli.table.command.ListDatabasesCommand
-
Creates a new instance of
ListDatabasesCommand. - listTable(String, String) - Method in class alluxio.cli.table.command.ListDatabasesCommand
-
Print table information to stdout.
- listTables(String) - Method in class alluxio.cli.table.command.ListDatabasesCommand
-
Print list of tables stdout.
- loadCommands() - Method in class alluxio.cli.table.TableShell
M
- main(String[]) - Static method in class alluxio.cli.table.TableShell
-
Manage Alluxio extensions.
- mClient - Variable in class alluxio.cli.table.command.AbstractTableCommand
- mConf - Variable in class alluxio.cli.table.command.AbstractTableCommand
P
- printSyncStatus(SyncStatus, Logger, int) - Static method in class alluxio.cli.table.TableShellUtils
-
Prints out the sync status.
R
- run(CommandLine) - Method in class alluxio.cli.table.command.AbstractTableCommand
- run(CommandLine) - Method in class alluxio.cli.table.command.AttachDatabaseCommand
- run(CommandLine) - Method in class alluxio.cli.table.command.DetachDatabaseCommand
- run(CommandLine) - Method in class alluxio.cli.table.command.ListDatabasesCommand
- run(CommandLine) - Method in class alluxio.cli.table.command.SyncDatabaseCommand
- run(CommandLine) - Method in class alluxio.cli.table.command.TransformStatusCommand
- run(CommandLine) - Method in class alluxio.cli.table.command.TransformTableCommand
S
- SyncDatabaseCommand - Class in alluxio.cli.table.command
-
A command which can be used to sync a database with the underlying udb.
- SyncDatabaseCommand(AlluxioConfiguration, TableMasterClient) - Constructor for class alluxio.cli.table.command.SyncDatabaseCommand
-
Creates a new instance of
SyncDatabaseCommand.
T
- TableShell - Class in alluxio.cli.table
-
A shell implementation which is used to load the commands for interacting with the Alluxio table service.
- TableShell(InstancedConfiguration) - Constructor for class alluxio.cli.table.TableShell
-
Construct a new instance of
TableShell. - TableShellUtils - Class in alluxio.cli.table
-
A utility class for the table shell.
- TransformStatusCommand - Class in alluxio.cli.table.command
-
Check transformation status.
- TransformStatusCommand(AlluxioConfiguration, TableMasterClient) - Constructor for class alluxio.cli.table.command.TransformStatusCommand
-
creates the command.
- TransformTableCommand - Class in alluxio.cli.table.command
-
Transforms a structured table in Alluxio.
- TransformTableCommand(AlluxioConfiguration, TableMasterClient) - Constructor for class alluxio.cli.table.command.TransformTableCommand
-
creates the command.
V
- validateArgs(CommandLine) - Method in class alluxio.cli.table.command.AbstractTableCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.table.command.AttachDatabaseCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.table.command.DetachDatabaseCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.table.command.ListDatabasesCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.table.command.SyncDatabaseCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.table.command.TransformStatusCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.table.command.TransformTableCommand
All Classes All Packages