Package | Description |
---|---|
alluxio.cli.table.command | |
alluxio.client.table |
Modifier and Type | Field and Description |
---|---|
protected TableMasterClient |
AbstractTableCommand.mClient |
Constructor and Description |
---|
AbstractTableCommand(AlluxioConfiguration conf,
TableMasterClient client)
Creates a new instance of
AbstractTableCommand . |
AttachDatabaseCommand(AlluxioConfiguration conf,
TableMasterClient client)
Creates a new instance of
AttachDatabaseCommand . |
DetachDatabaseCommand(AlluxioConfiguration conf,
TableMasterClient client)
Creates a new instance of
DetachDatabaseCommand . |
ListDatabasesCommand(AlluxioConfiguration conf,
TableMasterClient client)
Creates a new instance of
ListDatabasesCommand . |
SyncDatabaseCommand(AlluxioConfiguration conf,
TableMasterClient client)
Creates a new instance of
SyncDatabaseCommand . |
TransformStatusCommand(AlluxioConfiguration conf,
TableMasterClient client)
creates the command.
|
TransformTableCommand(AlluxioConfiguration conf,
TableMasterClient client)
creates the command.
|
Modifier and Type | Class and Description |
---|---|
class |
RetryHandlingTableMasterClient
A wrapper for the gRPC client to interact with the table master.
|
Modifier and Type | Method and Description |
---|---|
static TableMasterClient |
TableMasterClient.Factory.create(MasterClientContext conf)
Factory method for
TableMasterClient . |
Copyright © 2023. All Rights Reserved.