public class HiveCatalogFactory extends Object implements CatalogFactory
HiveCatalog.| Modifier and Type | Field and Description |
|---|---|
static ConfigOption<String> |
METASTORE_CLIENT_CLASS |
| Constructor and Description |
|---|
HiveCatalogFactory() |
| Modifier and Type | Method and Description |
|---|---|
Catalog |
create(CatalogContext context) |
String |
identifier()
Returns a unique identifier among same factory interfaces.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createCatalog, createCatalog, createUnwrappedCatalog, warehousepublic static final ConfigOption<String> METASTORE_CLIENT_CLASS
public String identifier()
FactoryFor consistency, an identifier should be declared as one lower case word (e.g. kafka). If multiple factories exist for different versions, a version should be appended
using "-" (e.g. elasticsearch-7).
identifier in interface Factorypublic Catalog create(CatalogContext context)
create in interface CatalogFactoryCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.