Interface BlockedTaskManagerChecker


  • public interface BlockedTaskManagerChecker
    This checker helps to query whether a given task manager is blocked.
    • 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.