Class JobParameters

  • All Implemented Interfaces:
    java.io.Serializable

    public class JobParameters
    extends java.lang.Object
    implements java.io.Serializable
    Parameters of a job.
    Author:
    Mahmoud Ben Hassine ([email protected])
    See Also:
    Serialized Form
    • Constructor Detail

      • JobParameters

        public JobParameters()
    • Method Detail

      • getErrorThreshold

        public long getErrorThreshold()
      • setErrorThreshold

        public void setErrorThreshold​(long errorThreshold)
      • isJmxMonitoring

        public boolean isJmxMonitoring()
      • setJmxMonitoring

        public void setJmxMonitoring​(boolean jmxMonitoring)
      • getBatchSize

        public int getBatchSize()
      • setBatchSize

        public void setBatchSize​(int batchSize)
      • isBatchScanningEnabled

        public boolean isBatchScanningEnabled()
      • setBatchScanningEnabled

        public void setBatchScanningEnabled​(boolean batchScanningEnabled)