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
MetaException
public org.apache.hadoop.conf.Configuration getConf()
getConf
in interface org.apache.hadoop.conf.Configurable
public void setConf(org.apache.hadoop.conf.Configuration config)
setConf
in interface org.apache.hadoop.conf.Configurable
Copyright © 2017 The Apache Software Foundation. All rights reserved.