Constructor and Description |
---|
TransExecutionConfiguration() |
TransExecutionConfiguration(Node trecNode) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
void |
getAllVariables(TransMeta transMeta) |
Map<String,String> |
getArguments() |
String[] |
getArgumentStrings() |
org.pentaho.di.core.logging.LogLevel |
getLogLevel() |
Map<String,String> |
getParams() |
org.pentaho.di.core.Result |
getPreviousResult() |
SlaveServer |
getRemoteServer() |
Date |
getReplayDate() |
Repository |
getRepository() |
TransDebugMeta |
getTransDebugMeta() |
void |
getUsedArguments(TransMeta transMeta,
String[] commandLineArguments) |
void |
getUsedVariables(TransMeta transMeta) |
Map<String,String> |
getVariables() |
String |
getXML() |
boolean |
isClearingLog() |
boolean |
isClusterPosting() |
boolean |
isClusterPreparing() |
boolean |
isClusterShowingTransformation() |
boolean |
isClusterStarting() |
boolean |
isExecutingClustered() |
boolean |
isExecutingLocally() |
boolean |
isExecutingRemotely() |
boolean |
isGatheringMetrics() |
boolean |
isPassingExport() |
boolean |
isSafeModeEnabled() |
boolean |
isShowingSubComponents() |
void |
setArguments(Map<String,String> arguments) |
void |
setArgumentStrings(String[] arguments) |
void |
setClearingLog(boolean clearingLog) |
void |
setClusterPosting(boolean clusterPosting) |
void |
setClusterPreparing(boolean clusterPreparing) |
void |
setClusterShowingTransformation(boolean showingTransformations) |
void |
setClusterStarting(boolean notExecuting) |
void |
setExecutingClustered(boolean clusteredExecution) |
void |
setExecutingLocally(boolean localExecution) |
void |
setExecutingRemotely(boolean remoteExecution) |
void |
setGatheringMetrics(boolean gatheringMetrics) |
void |
setLogLevel(org.pentaho.di.core.logging.LogLevel logLevel) |
void |
setParams(Map<String,String> params) |
void |
setPassingExport(boolean passingExport) |
void |
setPreviousResult(org.pentaho.di.core.Result previousResult) |
void |
setRemoteServer(SlaveServer remoteServer) |
void |
setReplayDate(Date replayDate) |
void |
setRepository(Repository repository) |
void |
setSafeModeEnabled(boolean usingSafeMode) |
void |
setShowingSubComponents(boolean showingSubComponents) |
void |
setTransDebugMeta(TransDebugMeta transDebugMeta) |
void |
setVariables(Map<String,String> variables) |
void |
setVariables(org.pentaho.di.core.variables.VariableSpace space) |
public static final String XML_TAG
public TransExecutionConfiguration()
public TransExecutionConfiguration(Node trecNode) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException
public void setArguments(Map<String,String> arguments)
arguments
- the arguments to setpublic void setParams(Map<String,String> params)
params
- the parameters to setpublic void setArgumentStrings(String[] arguments)
arguments
- the arguments to setpublic boolean isExecutingClustered()
public void setExecutingClustered(boolean clusteredExecution)
clusteredExecution
- the clusteredExecution to setpublic boolean isClusterStarting()
public void setClusterStarting(boolean notExecuting)
notExecuting
- the notExecuting to setpublic boolean isClusterShowingTransformation()
public void setClusterShowingTransformation(boolean showingTransformations)
showingTransformations
- the showingTransformations to setpublic void setVariables(Map<String,String> variables)
variables
- the variables to setpublic void setVariables(org.pentaho.di.core.variables.VariableSpace space)
public boolean isExecutingRemotely()
public void setExecutingRemotely(boolean remoteExecution)
remoteExecution
- the remoteExecution to setpublic boolean isClusterPosting()
public void setClusterPosting(boolean clusterPosting)
clusterPosting
- the clusterPosting to setpublic boolean isExecutingLocally()
public void setExecutingLocally(boolean localExecution)
localExecution
- the localExecution to setpublic boolean isClusterPreparing()
public void setClusterPreparing(boolean clusterPreparing)
clusterPreparing
- the clusterPreparing to setpublic SlaveServer getRemoteServer()
public void setRemoteServer(SlaveServer remoteServer)
remoteServer
- the remoteServer to setpublic void getAllVariables(TransMeta transMeta)
public void getUsedVariables(TransMeta transMeta)
public Date getReplayDate()
public void setReplayDate(Date replayDate)
replayDate
- the replayDate to setpublic boolean isSafeModeEnabled()
public void setSafeModeEnabled(boolean usingSafeMode)
usingSafeMode
- the usingSafeMode to setpublic org.pentaho.di.core.logging.LogLevel getLogLevel()
public void setLogLevel(org.pentaho.di.core.logging.LogLevel logLevel)
logLevel
- the logLevel to setpublic String getXML() throws IOException
IOException
public String[] getArgumentStrings()
public TransDebugMeta getTransDebugMeta()
public void setTransDebugMeta(TransDebugMeta transDebugMeta)
transDebugMeta
- the transDebugMeta to setpublic org.pentaho.di.core.Result getPreviousResult()
public void setPreviousResult(org.pentaho.di.core.Result previousResult)
previousResult
- the previousResult to setpublic Repository getRepository()
public void setRepository(Repository repository)
repository
- the repository to setpublic boolean isClearingLog()
public void setClearingLog(boolean clearingLog)
clearingLog
- the clearingLog to setpublic boolean isPassingExport()
public void setPassingExport(boolean passingExport)
passingExport
- the passingExport to setpublic boolean isGatheringMetrics()
public void setGatheringMetrics(boolean gatheringMetrics)
gatheringMetrics
- the gatheringMetrics to setpublic boolean isShowingSubComponents()
public void setShowingSubComponents(boolean showingSubComponents)
showingSubComponents
- the showingSubComponents to set