public abstract class MetaStoreInitListener extends Object implements org.apache.hadoop.conf.Configurable
| Constructor and Description |
|---|
MetaStoreInitListener(org.apache.hadoop.conf.Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.conf.Configuration |
getConf() |
abstract void |
onInit(MetaStoreInitContext context) |
void |
setConf(org.apache.hadoop.conf.Configuration config) |
public MetaStoreInitListener(org.apache.hadoop.conf.Configuration config)
public abstract void onInit(MetaStoreInitContext context) throws MetaException
MetaExceptionpublic org.apache.hadoop.conf.Configuration getConf()
getConf in interface org.apache.hadoop.conf.Configurablepublic void setConf(org.apache.hadoop.conf.Configuration config)
setConf in interface org.apache.hadoop.conf.ConfigurableCopyright © 2024 The Apache Software Foundation. All rights reserved.