public class JobExecutionProperty extends Object
| Constructor and Description |
|---|
JobExecutionProperty() |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isDeploymentAware()
public void setDeploymentAware(boolean deploymentAware)
public int getCorePoolSize()
public void setCorePoolSize(int corePoolSize)
public int getMaxPoolSize()
public void setMaxPoolSize(int maxPoolSize)
public Integer getKeepAliveSeconds()
public void setKeepAliveSeconds(Integer keepAliveSeconds)
public Integer getQueueCapacity()
public void setQueueCapacity(Integer queueCapacity)
public Integer getLockTimeInMillis()
public void setLockTimeInMillis(Integer lockTimeInMillis)
public Integer getMaxJobsPerAcquisition()
public void setMaxJobsPerAcquisition(Integer maxJobsPerAcquisition)
public Integer getWaitTimeInMillis()
public void setWaitTimeInMillis(Integer waitTimeInMillis)
public Long getMaxWait()
public void setMaxWait(Long maxWait)
public Integer getBackoffTimeInMillis()
public void setBackoffTimeInMillis(Integer backoffTimeInMillis)
public Long getMaxBackoff()
public void setMaxBackoff(Long maxBackoff)
public Integer getBackoffDecreaseThreshold()
public void setBackoffDecreaseThreshold(Integer backoffDecreaseThreshold)
public Float getWaitIncreaseFactor()
public void setWaitIncreaseFactor(Float waitIncreaseFactor)
Copyright © 2018 Camunda Services GmbH. All rights reserved.