public class AtlasLoadWork extends Object implements Serializable
| Constructor and Description |
|---|
AtlasLoadWork(String srcDB,
String tgtDB,
org.apache.hadoop.fs.Path stagingDir,
ReplicationMetricCollector metricCollector) |
| Modifier and Type | Method and Description |
|---|---|
ReplicationMetricCollector |
getMetricCollector() |
static long |
getSerialVersionUID() |
String |
getSrcDB() |
org.apache.hadoop.fs.Path |
getStagingDir() |
String |
getTgtDB() |
public AtlasLoadWork(String srcDB, String tgtDB, org.apache.hadoop.fs.Path stagingDir, ReplicationMetricCollector metricCollector)
public static long getSerialVersionUID()
public String getSrcDB()
public String getTgtDB()
public org.apache.hadoop.fs.Path getStagingDir()
public ReplicationMetricCollector getMetricCollector()
Copyright © 2022 The Apache Software Foundation. All rights reserved.