public abstract class MetaStorePreEventListener extends Object implements org.apache.hadoop.conf.Configurable
Constructor and Description |
---|
MetaStorePreEventListener(org.apache.hadoop.conf.Configuration config) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.conf.Configuration |
getConf() |
abstract void |
onEvent(PreEventContext context) |
void |
setConf(org.apache.hadoop.conf.Configuration config) |
public MetaStorePreEventListener(org.apache.hadoop.conf.Configuration config)
public abstract void onEvent(PreEventContext context) throws MetaException, NoSuchObjectException, InvalidOperationException
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.