Class LocalSinglePipelineRunConfiguration
- java.lang.Object
-
- org.apache.hop.core.variables.Variables
-
- org.apache.hop.pipeline.engines.EmptyPipelineRunConfiguration
-
- org.apache.hop.pipeline.engines.localsingle.LocalSinglePipelineRunConfiguration
-
- All Implemented Interfaces:
Cloneable,IVariables,IPipelineEngineRunConfiguration
@GuiPlugin public class LocalSinglePipelineRunConfiguration extends EmptyPipelineRunConfiguration implements IPipelineEngineRunConfiguration
-
-
Constructor Summary
Constructors Constructor Description LocalSinglePipelineRunConfiguration()LocalSinglePipelineRunConfiguration(String pluginId, String pluginName, String rowSetSize)LocalSinglePipelineRunConfiguration(LocalSinglePipelineRunConfiguration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalSinglePipelineRunConfigurationclone()-
Methods inherited from class org.apache.hop.pipeline.engines.EmptyPipelineRunConfiguration
equals, getEnginePluginId, getEnginePluginName, hashCode, setEnginePluginId, setEnginePluginName
-
Methods inherited from class org.apache.hop.core.variables.Variables
copyFrom, getADefaultVariableSpace, getParentVariables, getVariable, getVariable, getVariableBoolean, getVariableNames, initializeFrom, resolve, resolve, resolve, setParentVariables, setVariable, setVariables, shareWith
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.hop.pipeline.config.IPipelineEngineRunConfiguration
getEnginePluginId, getEnginePluginName, setEnginePluginId, setEnginePluginName
-
Methods inherited from interface org.apache.hop.core.variables.IVariables
copyFrom, getParentVariables, getVariable, getVariable, getVariableBoolean, getVariableNames, initializeFrom, resolve, resolve, resolve, setParentVariables, setVariable, setVariables, shareWith
-
-
-
-
Constructor Detail
-
LocalSinglePipelineRunConfiguration
public LocalSinglePipelineRunConfiguration()
-
LocalSinglePipelineRunConfiguration
public LocalSinglePipelineRunConfiguration(String pluginId, String pluginName, String rowSetSize)
-
LocalSinglePipelineRunConfiguration
public LocalSinglePipelineRunConfiguration(LocalSinglePipelineRunConfiguration config)
-
-
Method Detail
-
clone
public LocalSinglePipelineRunConfiguration clone()
- Specified by:
clonein interfaceIPipelineEngineRunConfiguration- Overrides:
clonein classEmptyPipelineRunConfiguration
-
-