Package | Description |
---|---|
alluxio.master.table | |
alluxio.table.common.udb | |
alluxio.table.under.glue | |
alluxio.table.under.hive |
Modifier and Type | Method and Description |
---|---|
static Database |
Database.create(CatalogContext catalogContext,
UdbContext udbContext,
String type,
String name,
Map<String,String> configMap)
Creates an instance of a database.
|
Modifier and Type | Method and Description |
---|---|
UdbContext |
UnderDatabase.getUdbContext() |
Modifier and Type | Method and Description |
---|---|
UnderDatabase |
UnderDatabaseRegistry.create(UdbContext udbContext,
String type,
UdbConfiguration configuration)
Creates a new instance of an
UnderDatabase . |
UnderDatabase |
UnderDatabaseFactory.create(UdbContext udbContext,
UdbConfiguration configuration)
Creates a new instance of the udb.
|
static String |
UdbUtils.mountAlluxioPath(String tableName,
AlluxioURI ufsUri,
AlluxioURI tableUri,
UdbContext udbContext,
UdbConfiguration udbConfiguration)
Mount ufs path to alluxio path.
|
Modifier and Type | Method and Description |
---|---|
UdbContext |
GlueDatabase.getUdbContext() |
Modifier and Type | Method and Description |
---|---|
static GlueDatabase |
GlueDatabase.create(UdbContext udbContext,
UdbConfiguration configuration)
Create an instance of the Glue database UDB.
|
UnderDatabase |
GlueDatabaseFactory.create(UdbContext udbContext,
UdbConfiguration configuration) |
Constructor and Description |
---|
GlueDatabase(UdbContext udbContext,
UdbConfiguration glueConfig,
String glueDbName) |
Modifier and Type | Method and Description |
---|---|
UdbContext |
HiveDatabase.getUdbContext() |
Modifier and Type | Method and Description |
---|---|
UnderDatabase |
HiveDatabaseFactory.create(UdbContext udbContext,
UdbConfiguration configuration) |
static HiveDatabase |
HiveDatabase.create(UdbContext udbContext,
UdbConfiguration configuration)
Creates an instance of the Hive database UDB.
|
Copyright © 2023. All Rights Reserved.