Uses of Interface
org.apache.flink.runtime.blocklist.BlocklistContext
-
Packages that use BlocklistContext Package Description org.apache.flink.runtime.blocklist -
-
Uses of BlocklistContext in org.apache.flink.runtime.blocklist
Methods in org.apache.flink.runtime.blocklist with parameters of type BlocklistContext Modifier and Type Method Description BlocklistHandler
BlocklistHandler.Factory. create(BlocklistContext blocklistContext, Function<ResourceID,String> taskManagerNodeIdRetriever, ComponentMainThreadExecutor mainThreadExecutor, org.slf4j.Logger log)
Instantiates aBlocklistHandler
.BlocklistHandler
DefaultBlocklistHandler.Factory. create(BlocklistContext blocklistContext, Function<ResourceID,String> taskManagerNodeIdRetriever, ComponentMainThreadExecutor mainThreadExecutor, org.slf4j.Logger log)
BlocklistHandler
NoOpBlocklistHandler.Factory. create(BlocklistContext blocklistContext, Function<ResourceID,String> taskManagerNodeIdRetriever, ComponentMainThreadExecutor mainThreadExecutor, org.slf4j.Logger log)
-