Package de.hybris.platform.task.impl
Class TaskEngineParameters
java.lang.Object
de.hybris.platform.task.impl.TaskEngineParameters
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionintintintbooleanboolean
-
Constructor Details
-
TaskEngineParameters
-
-
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
- Returns:
- collection of node group ids that are valid for current node
-
getTenant
-
isProcessTriggerTask
public boolean isProcessTriggerTask() -
isExclusiveMode
public boolean isExclusiveMode()- Returns:
- is this node running in exclusive mode
-