Interface PropertyService

All Known Implementing Classes:
PropertyServiceImpl

public interface PropertyService
  • Method Details

    • getPartitionSize

      Integer getPartitionSize(String jobName)
    • getChunkSize

      Integer getChunkSize(String jobName)
    • getRetryLimit

      Integer getRetryLimit(String jobName)
    • getThreadPoolCorePoolSize

      Integer getThreadPoolCorePoolSize(String jobName)
    • getThreadPoolMaxPoolSize

      Integer getThreadPoolMaxPoolSize(String jobName)
    • getThreadPoolQueueCapacity

      Integer getThreadPoolQueueCapacity(String jobName)
    • getPollInterval

      Integer getPollInterval(String jobName)