Uses of Interface
org.apache.flink.runtime.blocklist.BlocklistHandler
Packages that use BlocklistHandler
-
Uses of BlocklistHandler in org.apache.flink.runtime.blocklist
Classes in org.apache.flink.runtime.blocklist that implement BlocklistHandlerModifier and TypeClassDescriptionclassDefault implementation ofBlocklistHandler.classNo-op implementation ofBlocklistHandler.Methods in org.apache.flink.runtime.blocklist that return BlocklistHandlerModifier and TypeMethodDescriptionBlocklistHandler.Factory.create(BlocklistContext blocklistContext, Function<ResourceID, String> taskManagerNodeIdRetriever, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor, org.slf4j.Logger log) Instantiates aBlocklistHandler.DefaultBlocklistHandler.Factory.create(BlocklistContext blocklistContext, Function<ResourceID, String> taskManagerNodeIdRetriever, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor, org.slf4j.Logger log) NoOpBlocklistHandler.Factory.create(BlocklistContext blocklistContext, Function<ResourceID, String> taskManagerNodeIdRetriever, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor, org.slf4j.Logger log) -
Uses of BlocklistHandler in org.apache.flink.runtime.resourcemanager
Fields in org.apache.flink.runtime.resourcemanager declared as BlocklistHandlerModifier and TypeFieldDescriptionprotected final BlocklistHandlerResourceManager.blocklistHandler