Class JobExecutionProperty
- java.lang.Object
-
- org.camunda.bpm.spring.boot.starter.property.JobExecutionProperty
-
public class JobExecutionProperty extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JobExecutionProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetBackoffDecreaseThreshold()java.lang.IntegergetBackoffTimeInMillis()intgetCorePoolSize()java.lang.IntegergetKeepAliveSeconds()java.lang.IntegergetLockTimeInMillis()java.lang.LonggetMaxBackoff()java.lang.IntegergetMaxJobsPerAcquisition()intgetMaxPoolSize()java.lang.LonggetMaxWait()intgetQueueCapacity()java.lang.FloatgetWaitIncreaseFactor()java.lang.IntegergetWaitTimeInMillis()booleanisDeploymentAware()booleanisEnabled()voidsetBackoffDecreaseThreshold(java.lang.Integer backoffDecreaseThreshold)voidsetBackoffTimeInMillis(java.lang.Integer backoffTimeInMillis)voidsetCorePoolSize(int corePoolSize)voidsetDeploymentAware(boolean deploymentAware)voidsetEnabled(boolean enabled)voidsetKeepAliveSeconds(java.lang.Integer keepAliveSeconds)voidsetLockTimeInMillis(java.lang.Integer lockTimeInMillis)voidsetMaxBackoff(java.lang.Long maxBackoff)voidsetMaxJobsPerAcquisition(java.lang.Integer maxJobsPerAcquisition)voidsetMaxPoolSize(int maxPoolSize)voidsetMaxWait(java.lang.Long maxWait)voidsetQueueCapacity(int queueCapacity)voidsetWaitIncreaseFactor(java.lang.Float waitIncreaseFactor)voidsetWaitTimeInMillis(java.lang.Integer waitTimeInMillis)java.lang.StringtoString()
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
isDeploymentAware
public boolean isDeploymentAware()
-
setDeploymentAware
public void setDeploymentAware(boolean deploymentAware)
-
getCorePoolSize
public int getCorePoolSize()
-
setCorePoolSize
public void setCorePoolSize(int corePoolSize)
-
getMaxPoolSize
public int getMaxPoolSize()
-
setMaxPoolSize
public void setMaxPoolSize(int maxPoolSize)
-
getKeepAliveSeconds
public java.lang.Integer getKeepAliveSeconds()
-
setKeepAliveSeconds
public void setKeepAliveSeconds(java.lang.Integer keepAliveSeconds)
-
getQueueCapacity
public int getQueueCapacity()
-
setQueueCapacity
public void setQueueCapacity(int queueCapacity)
-
getLockTimeInMillis
public java.lang.Integer getLockTimeInMillis()
-
setLockTimeInMillis
public void setLockTimeInMillis(java.lang.Integer lockTimeInMillis)
-
getMaxJobsPerAcquisition
public java.lang.Integer getMaxJobsPerAcquisition()
-
setMaxJobsPerAcquisition
public void setMaxJobsPerAcquisition(java.lang.Integer maxJobsPerAcquisition)
-
getWaitTimeInMillis
public java.lang.Integer getWaitTimeInMillis()
-
setWaitTimeInMillis
public void setWaitTimeInMillis(java.lang.Integer waitTimeInMillis)
-
getMaxWait
public java.lang.Long getMaxWait()
-
setMaxWait
public void setMaxWait(java.lang.Long maxWait)
-
getBackoffTimeInMillis
public java.lang.Integer getBackoffTimeInMillis()
-
setBackoffTimeInMillis
public void setBackoffTimeInMillis(java.lang.Integer backoffTimeInMillis)
-
getMaxBackoff
public java.lang.Long getMaxBackoff()
-
setMaxBackoff
public void setMaxBackoff(java.lang.Long maxBackoff)
-
getBackoffDecreaseThreshold
public java.lang.Integer getBackoffDecreaseThreshold()
-
setBackoffDecreaseThreshold
public void setBackoffDecreaseThreshold(java.lang.Integer backoffDecreaseThreshold)
-
getWaitIncreaseFactor
public java.lang.Float getWaitIncreaseFactor()
-
setWaitIncreaseFactor
public void setWaitIncreaseFactor(java.lang.Float waitIncreaseFactor)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-