Uses of Interface
org.apache.flink.runtime.blocklist.BlockedNodeRetriever
-
Packages that use BlockedNodeRetriever Package Description org.apache.flink.runtime.resourcemanager.active -
-
Uses of BlockedNodeRetriever in org.apache.flink.runtime.resourcemanager.active
Methods in org.apache.flink.runtime.resourcemanager.active that return BlockedNodeRetriever Modifier and Type Method Description protected BlockedNodeRetrieverAbstractResourceManagerDriver. getBlockedNodeRetriever()Methods in org.apache.flink.runtime.resourcemanager.active with parameters of type BlockedNodeRetriever Modifier and Type Method Description 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.
-