Package org.apache.flink.runtime.blocklist
-
Interface Summary Interface Description BlockedNodeRetriever This class helps to retrieve the blocked nodes.BlockedTaskManagerChecker This checker helps to query whether a given task manager is blocked.BlocklistContext This class is responsible for blocking and unblocking resources.BlocklistHandler This class is responsible for managing allBlockedNodes and performing them on resources.BlocklistHandler.Factory Factory to instantiateBlocklistHandler.BlocklistListener A listener that want to be notified when blocklist changes.BlocklistOperations Operations to perform on the blocklist.BlocklistTracker A tracker for blocklist. -
Class Summary Class Description BlockedNode This class represents a blocked node record.BlocklistUtils Utility class for blocklist.DefaultBlocklistHandler Default implementation ofBlocklistHandler.DefaultBlocklistHandler.Factory The factory to instantiateDefaultBlocklistHandler.DefaultBlocklistTracker Default implementation ofBlocklistTracker.NoOpBlocklistHandler No-op implementation ofBlocklistHandler.NoOpBlocklistHandler.Factory The factory to instantiateNoOpBlocklistHandler.