Package com.evolveum.midpoint.task.api
Class TaskManagerUtil
- java.lang.Object
-
- com.evolveum.midpoint.task.api.TaskManagerUtil
-
public class TaskManagerUtil extends Object
- Author:
- mederly
-
-
Constructor Summary
Constructors Constructor Description TaskManagerUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NotNull Map<String,Integer>
getNodeRestrictions(String group, @NotNull List<NodeType> nodes)
Returns how many threads are available for execution of a given group on a list of nodes.
-
-
-
Method Detail
-
getNodeRestrictions
@NotNull public static @NotNull Map<String,Integer> getNodeRestrictions(String group, @NotNull @NotNull List<NodeType> nodes)
Returns how many threads are available for execution of a given group on a list of nodes. If returned key is null, this means "unlimited" (i.e. limited only by the node thread pool size).
-
-