Class SubProcessConfiguration
- java.lang.Object
-
- org.apache.beam.examples.subprocess.configuration.SubProcessConfiguration
-
- All Implemented Interfaces:
java.io.Serializable
public class SubProcessConfiguration extends java.lang.Object implements java.io.SerializableConfiguration file used to setup the Process kernel for execution of the external library Values are copied from the Options to all them to be Serializable.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Integerconcurrencyjava.lang.BooleanonlyUpLoadLogsOnErrorjava.lang.StringsourcePathjava.lang.IntegerwaitTimejava.lang.StringworkerPath
-
Constructor Summary
Constructors Constructor Description SubProcessConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetConcurrency()java.lang.BooleangetOnlyUpLoadLogsOnError()java.lang.StringgetSourcePath()java.lang.IntegergetWaitTime()java.lang.StringgetWorkerPath()voidsetConcurrency(java.lang.Integer concurrency)voidsetOnlyUpLoadLogsOnError(java.lang.Boolean onlyUpLoadLogsOnError)voidsetSourcePath(java.lang.String sourcePath)voidsetWaitTime(java.lang.Integer waitTime)voidsetWorkerPath(java.lang.String workerPath)
-
-
-
Method Detail
-
getOnlyUpLoadLogsOnError
public java.lang.Boolean getOnlyUpLoadLogsOnError()
-
setOnlyUpLoadLogsOnError
public void setOnlyUpLoadLogsOnError(java.lang.Boolean onlyUpLoadLogsOnError)
-
getSourcePath
public java.lang.String getSourcePath()
-
setSourcePath
public void setSourcePath(java.lang.String sourcePath)
-
getWorkerPath
public java.lang.String getWorkerPath()
-
setWorkerPath
public void setWorkerPath(java.lang.String workerPath)
-
getWaitTime
public java.lang.Integer getWaitTime()
-
setWaitTime
public void setWaitTime(java.lang.Integer waitTime)
-
getConcurrency
public java.lang.Integer getConcurrency()
-
setConcurrency
public void setConcurrency(java.lang.Integer concurrency)
-
-