public final class DDLWork extends Object implements Serializable
| Constructor and Description |
|---|
DDLWork(Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
DDLDesc ddlDesc) |
DDLWork(Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
DDLDesc ddlDesc,
boolean isReplication,
String dumpDirectory,
ReplicationMetricCollector metricCollector) |
DDLWork(Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
DDLDesc ddlDesc,
boolean isReplication,
String dumpDirectory,
ReplicationMetricCollector metricCollector,
boolean executeInParallel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExecuteInParallel() |
DDLDesc |
getDDLDesc() |
String |
getDumpDirectory() |
Set<ReadEntity> |
getInputs() |
ReplicationMetricCollector |
getMetricCollector() |
boolean |
getNeedLock() |
Set<WriteEntity> |
getOutputs() |
boolean |
isReplication() |
void |
setNeedLock(boolean needLock) |
public DDLWork(Set<ReadEntity> inputs, Set<WriteEntity> outputs, DDLDesc ddlDesc, boolean isReplication, String dumpDirectory, ReplicationMetricCollector metricCollector)
public DDLWork(Set<ReadEntity> inputs, Set<WriteEntity> outputs, DDLDesc ddlDesc, boolean isReplication, String dumpDirectory, ReplicationMetricCollector metricCollector, boolean executeInParallel)
public DDLWork(Set<ReadEntity> inputs, Set<WriteEntity> outputs, DDLDesc ddlDesc)
public Set<ReadEntity> getInputs()
public Set<WriteEntity> getOutputs()
public ReplicationMetricCollector getMetricCollector()
public String getDumpDirectory()
public boolean isReplication()
public boolean getNeedLock()
public void setNeedLock(boolean needLock)
public DDLDesc getDDLDesc()
public boolean canExecuteInParallel()
Copyright © 2024 The Apache Software Foundation. All rights reserved.