Interface BlockedTaskManagerChecker
-
public interface BlockedTaskManagerChecker
This checker helps to query whether a given task manager is blocked.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isBlockedTaskManager(ResourceID resourceID)
Returns whether the given task manager is located on a blocked node.
-
-
-
Method Detail
-
isBlockedTaskManager
boolean isBlockedTaskManager(ResourceID resourceID)
Returns whether the given task manager is located on a blocked node.- Parameters:
resourceID
- ID of the task manager to query- Returns:
- True if the given task manager is located on a blocked node, otherwise false.
-
-