public class AcidHouseKeeperService extends Object implements MetastoreTaskThread
| Modifier and Type | Field and Description |
|---|---|
protected String |
serviceName |
protected Map<org.apache.commons.lang3.function.FailableRunnable<MetaException>,String> |
tasks |
protected TxnStore |
txnHandler |
| Constructor and Description |
|---|
AcidHouseKeeperService() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.conf.Configuration |
getConf() |
protected void |
initTasks() |
void |
run() |
long |
runFrequency(TimeUnit unit) |
void |
setConf(org.apache.hadoop.conf.Configuration configuration) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialDelayprotected TxnStore txnHandler
protected String serviceName
protected Map<org.apache.commons.lang3.function.FailableRunnable<MetaException>,String> tasks
public void setConf(org.apache.hadoop.conf.Configuration configuration)
setConf in interface org.apache.hadoop.conf.Configurableprotected void initTasks()
public org.apache.hadoop.conf.Configuration getConf()
getConf in interface org.apache.hadoop.conf.Configurablepublic long runFrequency(TimeUnit unit)
runFrequency in interface MetastoreTaskThreadCopyright © 2024 The Apache Software Foundation. All rights reserved.