Package | Description |
---|---|
alluxio.master.table |
Modifier and Type | Method and Description |
---|---|
static Table |
Table.create(Database database,
Table.AddTableEntry entry) |
static Table |
Table.create(Database database,
UdbTable udbTable) |
Table |
Database.createTable(String tableName,
Schema schema)
Creates a new table within this database.
|
Table |
Database.getTable(String tableName) |
Table |
DefaultTableMaster.getTable(String dbName,
String tableName) |
Table |
AlluxioCatalog.getTable(String dbName,
String tableName)
Get a table object by name.
|
Table |
TableMaster.getTable(String databaseName,
String tableName)
Get a table.
|
Modifier and Type | Method and Description |
---|---|
List<Table> |
Database.getTables() |
Modifier and Type | Method and Description |
---|---|
void |
Database.addTable(String tableName,
Table table)
add a table to the database.
|
Copyright © 2023. All Rights Reserved.