Interface BlockedTaskManagerChecker
public interface BlockedTaskManagerChecker
This checker helps to query whether a given task manager is blocked.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisBlockedTaskManager(ResourceID resourceID) Returns whether the given task manager is located on a blocked node.
-
Method Details
-
isBlockedTaskManager
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.
-