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.Integer
getBackoffDecreaseThreshold()
java.lang.Integer
getBackoffTimeInMillis()
int
getCorePoolSize()
java.lang.Integer
getKeepAliveSeconds()
java.lang.Integer
getLockTimeInMillis()
java.lang.Long
getMaxBackoff()
java.lang.Integer
getMaxJobsPerAcquisition()
int
getMaxPoolSize()
java.lang.Long
getMaxWait()
int
getQueueCapacity()
java.lang.Float
getWaitIncreaseFactor()
java.lang.Integer
getWaitTimeInMillis()
boolean
isDeploymentAware()
boolean
isEnabled()
void
setBackoffDecreaseThreshold(java.lang.Integer backoffDecreaseThreshold)
void
setBackoffTimeInMillis(java.lang.Integer backoffTimeInMillis)
void
setCorePoolSize(int corePoolSize)
void
setDeploymentAware(boolean deploymentAware)
void
setEnabled(boolean enabled)
void
setKeepAliveSeconds(java.lang.Integer keepAliveSeconds)
void
setLockTimeInMillis(java.lang.Integer lockTimeInMillis)
void
setMaxBackoff(java.lang.Long maxBackoff)
void
setMaxJobsPerAcquisition(java.lang.Integer maxJobsPerAcquisition)
void
setMaxPoolSize(int maxPoolSize)
void
setMaxWait(java.lang.Long maxWait)
void
setQueueCapacity(int queueCapacity)
void
setWaitIncreaseFactor(java.lang.Float waitIncreaseFactor)
void
setWaitTimeInMillis(java.lang.Integer waitTimeInMillis)
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-