public class AtlasDumpWork extends Object implements Serializable
| Constructor and Description |
|---|
AtlasDumpWork(String srcDB,
org.apache.hadoop.fs.Path stagingDir,
boolean bootstrap,
org.apache.hadoop.fs.Path prevAtlasDumpDir,
org.apache.hadoop.fs.Path tableListPath,
ReplicationMetricCollector metricCollector) |
| Modifier and Type | Method and Description |
|---|---|
ReplicationMetricCollector |
getMetricCollector() |
org.apache.hadoop.fs.Path |
getPrevAtlasDumpDir() |
String |
getSrcDB() |
org.apache.hadoop.fs.Path |
getStagingDir() |
org.apache.hadoop.fs.Path |
getTableListPath() |
boolean |
isBootstrap() |
public AtlasDumpWork(String srcDB, org.apache.hadoop.fs.Path stagingDir, boolean bootstrap, org.apache.hadoop.fs.Path prevAtlasDumpDir, org.apache.hadoop.fs.Path tableListPath, ReplicationMetricCollector metricCollector)
public boolean isBootstrap()
public org.apache.hadoop.fs.Path getPrevAtlasDumpDir()
public String getSrcDB()
public org.apache.hadoop.fs.Path getStagingDir()
public org.apache.hadoop.fs.Path getTableListPath()
public ReplicationMetricCollector getMetricCollector()
Copyright © 2022 The Apache Software Foundation. All rights reserved.