| Package | Description |
|---|---|
| io.prestosql.plugin.hive.metastore.cache |
| Modifier and Type | Method and Description |
|---|---|
CachingHiveMetastoreConfig |
CachingHiveMetastoreConfig.setMaxMetastoreRefreshThreads(int maxMetastoreRefreshThreads) |
CachingHiveMetastoreConfig |
CachingHiveMetastoreConfig.setMetastoreCacheMaximumSize(long metastoreCacheMaximumSize) |
CachingHiveMetastoreConfig |
CachingHiveMetastoreConfig.setMetastoreCacheTtl(io.airlift.units.Duration metastoreCacheTtl) |
CachingHiveMetastoreConfig |
CachingHiveMetastoreConfig.setMetastoreRefreshInterval(io.airlift.units.Duration metastoreRefreshInterval) |
| Modifier and Type | Method and Description |
|---|---|
static HiveMetastore |
CachingHiveMetastore.cachingHiveMetastore(HiveMetastore delegate,
Executor executor,
CachingHiveMetastoreConfig config) |
HiveMetastore |
CachingHiveMetastoreModule.createCachingHiveMetastore(HiveMetastore delegate,
Executor executor,
CachingHiveMetastoreConfig config,
Optional<HiveMetastoreDecorator> hiveMetastoreDecorator) |
Executor |
CachingHiveMetastoreModule.createCachingHiveMetastoreExecutor(CatalogName catalogName,
CachingHiveMetastoreConfig hiveConfig) |
Copyright © 2012–2020. All rights reserved.