public static class MessageHandler.Context extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
dbName |
DumpMetaData |
dmd |
String |
location |
Task<?> |
precursor |
| Constructor and Description |
|---|
Context(MessageHandler.Context other,
String dbName) |
Context(MessageHandler.Context other,
String dbName,
String dumpDirectory,
ReplicationMetricCollector metricCollector) |
Context(String dbName,
String location,
Task<?> precursor,
DumpMetaData dmd,
HiveConf hiveConf,
Hive db,
Context nestedContext,
org.slf4j.Logger log) |
Context(String dbName,
String location,
Task<?> precursor,
DumpMetaData dmd,
HiveConf hiveConf,
Hive db,
Context nestedContext,
org.slf4j.Logger log,
String dumpDirectory,
ReplicationMetricCollector metricCollector) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDumpDirectory() |
ReplicationMetricCollector |
getMetricCollector() |
Context |
getNestedContext() |
HiveTxnManager |
getTxnMgr() |
boolean |
isDbNameEmpty() |
void |
setLocation(String location) |
public String location
public final String dbName
public final Task<?> precursor
public DumpMetaData dmd
public Context(String dbName, String location, Task<?> precursor, DumpMetaData dmd, HiveConf hiveConf, Hive db, Context nestedContext, org.slf4j.Logger log)
public Context(String dbName, String location, Task<?> precursor, DumpMetaData dmd, HiveConf hiveConf, Hive db, Context nestedContext, org.slf4j.Logger log, String dumpDirectory, ReplicationMetricCollector metricCollector)
public Context(MessageHandler.Context other, String dbName)
public Context(MessageHandler.Context other, String dbName, String dumpDirectory, ReplicationMetricCollector metricCollector)
public boolean isDbNameEmpty()
public Context getNestedContext()
public String getDumpDirectory()
public ReplicationMetricCollector getMetricCollector()
public HiveTxnManager getTxnMgr()
public void setLocation(String location)
Copyright © 2024 The Apache Software Foundation. All rights reserved.