Uses of Interface
org.apache.flink.runtime.blocklist.BlockedNodeRetriever
Packages that use BlockedNodeRetriever
-
Uses of BlockedNodeRetriever in org.apache.flink.runtime.resourcemanager.active
Methods in org.apache.flink.runtime.resourcemanager.active that return BlockedNodeRetrieverModifier and TypeMethodDescriptionprotected final BlockedNodeRetrieverAbstractResourceManagerDriver.getBlockedNodeRetriever()Methods in org.apache.flink.runtime.resourcemanager.active with parameters of type BlockedNodeRetrieverModifier and TypeMethodDescriptionfinal voidAbstractResourceManagerDriver.initialize(ResourceEventHandler<WorkerType> resourceEventHandler, org.apache.flink.util.concurrent.ScheduledExecutor mainThreadExecutor, Executor ioExecutor, BlockedNodeRetriever blockedNodeRetriever) voidResourceManagerDriver.initialize(ResourceEventHandler<WorkerType> resourceEventHandler, org.apache.flink.util.concurrent.ScheduledExecutor mainThreadExecutor, Executor ioExecutor, BlockedNodeRetriever blockedNodeRetriever) Initialize the deployment specific components.