Interface BlockedTaskManagerChecker


public interface BlockedTaskManagerChecker
This checker helps to query whether a given task manager is blocked.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns whether the given task manager is located on a blocked node.
  • Method Details

    • 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.