| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.properties |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingPropertyStore
A property map store using a pull-thru cache.
|
| Modifier and Type | Field and Description |
|---|---|
protected PropertyStore |
PropertyManager.store
The property map store.
|
protected PropertyStore |
CachingPropertyStore.store |
| Modifier and Type | Method and Description |
|---|---|
static PropertyManager |
PropertyManager.create(String namespace,
PropertyStore store)
Creates an instance of manager using its declared namespace.
|
| Constructor and Description |
|---|
CachingPropertyStore(PropertyStore wrap) |
CachingPropertyStore(PropertyStore wrap,
org.apache.hadoop.conf.Configuration conf) |
HMSPropertyManager(PropertyStore store) |
HMSPropertyManager(String ns,
PropertyStore store)
Creates manager from a property store instance.
|
PropertyManager(String ns,
PropertyStore store)
Creates a manager instance.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.