Class JobExecutionProperty


  • public class JobExecutionProperty
    extends java.lang.Object
    • Constructor Detail

      • JobExecutionProperty

        public JobExecutionProperty()
    • 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 class java.lang.Object