Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.hive | |
org.apache.paimon.table |
Modifier and Type | Method and Description |
---|---|
Optional<MetastoreClient.Factory> |
AbstractCatalog.metastoreClientFactory(Identifier identifier,
TableSchema schema)
Get metastore client factory for the table specified by
identifier . |
Modifier and Type | Class and Description |
---|---|
static class |
HiveMetastoreClient.Factory
Factory to create
HiveMetastoreClient . |
Modifier and Type | Method and Description |
---|---|
Optional<MetastoreClient.Factory> |
HiveCatalog.metastoreClientFactory(Identifier identifier,
TableSchema schema) |
Modifier and Type | Method and Description |
---|---|
MetastoreClient.Factory |
CatalogEnvironment.metastoreClientFactory() |
Constructor and Description |
---|
CatalogEnvironment(Identifier identifier,
Lock.Factory lockFactory,
MetastoreClient.Factory metastoreClientFactory,
LineageMetaFactory lineageMetaFactory) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.