public class AckWork extends Object implements Serializable
| Constructor and Description |
|---|
AckWork(org.apache.hadoop.fs.Path ackFilePath) |
AckWork(org.apache.hadoop.fs.Path ackFilePath,
ReplicationMetricCollector metricCollector,
List<org.apache.hadoop.hive.ql.exec.repl.PreAckTask> preAckTasks) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.Path |
getAckFilePath() |
ReplicationMetricCollector |
getMetricCollector() |
List<org.apache.hadoop.hive.ql.exec.repl.PreAckTask> |
getPreAckTasks() |
public AckWork(org.apache.hadoop.fs.Path ackFilePath)
public AckWork(org.apache.hadoop.fs.Path ackFilePath,
ReplicationMetricCollector metricCollector,
List<org.apache.hadoop.hive.ql.exec.repl.PreAckTask> preAckTasks)
public org.apache.hadoop.fs.Path getAckFilePath()
public ReplicationMetricCollector getMetricCollector()
public List<org.apache.hadoop.hive.ql.exec.repl.PreAckTask> getPreAckTasks()
Copyright © 2024 The Apache Software Foundation. All rights reserved.