| Modifier and Type | Method and Description |
|---|---|
Optional<Database> |
HiveMetastoreClosure.getDatabase(String databaseName) |
| Modifier and Type | Method and Description |
|---|---|
void |
HiveMetastoreClosure.createDatabase(HiveIdentity identity,
Database database) |
static Map<String,Object> |
HiveSchemaProperties.fromDatabase(Database db) |
| Modifier and Type | Method and Description |
|---|---|
Database |
Database.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Database> |
RecordingHiveMetastore.getDatabase(String databaseName) |
Optional<Database> |
HiveMetastore.getDatabase(String databaseName) |
Optional<Database> |
SemiTransactionalHiveMetastore.getDatabase(String databaseName) |
List<RecordingHiveMetastore.Pair<String,Optional<Database>>> |
RecordingHiveMetastore.Recording.getDatabases() |
| Modifier and Type | Method and Description |
|---|---|
static Database.Builder |
Database.builder(Database database) |
void |
RecordingHiveMetastore.createDatabase(HiveIdentity identity,
Database database) |
void |
HiveMetastore.createDatabase(HiveIdentity identity,
Database database) |
void |
SemiTransactionalHiveMetastore.createDatabase(HiveIdentity identity,
Database database) |
| Constructor and Description |
|---|
Builder(Database database) |
| Modifier and Type | Method and Description |
|---|---|
static Database |
ProtoUtils.fromProto(alluxio.grpc.table.Database db) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Database> |
AlluxioHiveMetastore.getDatabase(String databaseName) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlluxioHiveMetastore.createDatabase(HiveIdentity identity,
Database database) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Database> |
CachingHiveMetastore.getDatabase(String databaseName) |
| Modifier and Type | Method and Description |
|---|---|
void |
CachingHiveMetastore.createDatabase(HiveIdentity identity,
Database database) |
| Modifier and Type | Method and Description |
|---|---|
Database |
DatabaseMetadata.toDatabase(String databaseName,
String location) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Database> |
FileHiveMetastore.getDatabase(String databaseName) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileHiveMetastore.createDatabase(HiveIdentity identity,
Database database) |
| Constructor and Description |
|---|
DatabaseMetadata(Database database) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Database> |
GlueHiveMetastore.getDatabase(String databaseName) |
| Modifier and Type | Method and Description |
|---|---|
void |
GlueHiveMetastore.createDatabase(HiveIdentity identity,
Database database) |
| Modifier and Type | Method and Description |
|---|---|
static Database |
GlueToPrestoConverter.convertDatabase(com.amazonaws.services.glue.model.Database glueDb) |
| Modifier and Type | Method and Description |
|---|---|
static com.amazonaws.services.glue.model.DatabaseInput |
GlueInputConverter.convertDatabase(Database database) |
| Modifier and Type | Method and Description |
|---|---|
static Database |
ThriftMetastoreUtil.fromMetastoreApiDatabase(org.apache.hadoop.hive.metastore.api.Database database) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Database> |
BridgingHiveMetastore.getDatabase(String databaseName) |
| Modifier and Type | Method and Description |
|---|---|
void |
BridgingHiveMetastore.createDatabase(HiveIdentity identity,
Database database) |
static org.apache.hadoop.hive.metastore.api.Database |
ThriftMetastoreUtil.toMetastoreApiDatabase(Database database) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.fs.Path |
HiveWriteUtils.getTableDefaultLocation(Database database,
HdfsEnvironment.HdfsContext context,
HdfsEnvironment hdfsEnvironment,
String schemaName,
String tableName) |
Copyright © 2012–2020. All rights reserved.