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 int getQueueCapacity()
public void setQueueCapacity(int 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 © 2022. All rights reserved.