Class TaskEngineParameters


  • public class TaskEngineParameters
    extends java.lang.Object
    • Method Detail

      • getMaxThreads

        public int getMaxThreads()
        Returns:
        number of threads that can process tasks concurrently
      • getMaxItemsToSchedule

        public int getMaxItemsToSchedule()
        Returns:
        max items to schedule for execute
      • getClusterNodeID

        public int getClusterNodeID()
        Returns:
        id of current node in the cluster
      • getClusterGroupsForThisNode

        public java.util.Collection<java.lang.String> getClusterGroupsForThisNode()
        Returns:
        collection of node group ids that are valid for current node
      • getTenant

        public Tenant getTenant()
      • isProcessTriggerTask

        public boolean isProcessTriggerTask()
      • isExclusiveMode

        public boolean isExclusiveMode()
        Returns:
        is this node running in exclusive mode