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 BlocklistHandlerBlocklistHandler.Factory. create(BlocklistContext blocklistContext, Function<ResourceID,String> taskManagerNodeIdRetriever, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor, org.slf4j.Logger log)Instantiates aBlocklistHandler.BlocklistHandlerDefaultBlocklistHandler.Factory. create(BlocklistContext blocklistContext, Function<ResourceID,String> taskManagerNodeIdRetriever, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor, org.slf4j.Logger log)BlocklistHandlerNoOpBlocklistHandler.Factory. create(BlocklistContext blocklistContext, Function<ResourceID,String> taskManagerNodeIdRetriever, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor, org.slf4j.Logger log)
-