public abstract class MetaStoreEndFunctionListener extends Object implements org.apache.hadoop.conf.Configurable
Constructor and Description |
---|
MetaStoreEndFunctionListener(org.apache.hadoop.conf.Configuration config) |
Modifier and Type | Method and Description |
---|---|
void |
exportCounters(AbstractMap<String,Long> counters) |
org.apache.hadoop.conf.Configuration |
getConf() |
abstract void |
onEndFunction(String functionName,
MetaStoreEndFunctionContext context) |
void |
setConf(org.apache.hadoop.conf.Configuration config) |
public MetaStoreEndFunctionListener(org.apache.hadoop.conf.Configuration config)
public abstract void onEndFunction(String functionName, MetaStoreEndFunctionContext context)
public void exportCounters(AbstractMap<String,Long> counters)
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.