Class TaskEngineParameters

java.lang.Object
de.hybris.platform.task.impl.TaskEngineParameters

public class TaskEngineParameters extends Object
  • Constructor Details

  • Method Details

    • 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 Collection<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