Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.hive | |
org.apache.paimon.jdbc |
Modifier and Type | Class and Description |
---|---|
static class |
Database.DatabaseImpl
Implementation of
Database . |
Modifier and Type | Field and Description |
---|---|
protected org.apache.paimon.shade.caffeine2.com.github.benmanes.caffeine.cache.Cache<String,Database> |
CachingCatalog.databaseCache |
Modifier and Type | Method and Description |
---|---|
Database |
DelegateCatalog.getDatabase(String name) |
Database |
Catalog.getDatabase(String name)
Return a
Database identified by the given name. |
Database |
AbstractCatalog.getDatabase(String name) |
Database |
CachingCatalog.getDatabase(String databaseName) |
Database |
FileSystemCatalog.getDatabaseImpl(String name) |
protected abstract Database |
AbstractCatalog.getDatabaseImpl(String name) |
static Database |
Database.of(String name) |
static Database |
Database.of(String name,
Map<String,String> options,
String comment) |
Modifier and Type | Method and Description |
---|---|
Database |
HiveCatalog.getDatabaseImpl(String name) |
Modifier and Type | Method and Description |
---|---|
protected Database |
JdbcCatalog.getDatabaseImpl(String databaseName) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.