Uses of Interface
org.apache.flink.runtime.blocklist.BlocklistHandler
-
Packages that use BlocklistHandler Package Description org.apache.flink.runtime.blocklist org.apache.flink.runtime.resourcemanager -
-
Uses of BlocklistHandler in org.apache.flink.runtime.blocklist
Classes in org.apache.flink.runtime.blocklist that implement BlocklistHandler Modifier and Type Class Description classDefaultBlocklistHandlerDefault implementation ofBlocklistHandler.classNoOpBlocklistHandlerNo-op implementation ofBlocklistHandler.Methods in org.apache.flink.runtime.blocklist that return BlocklistHandler 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) -
Uses of BlocklistHandler in org.apache.flink.runtime.resourcemanager
Fields in org.apache.flink.runtime.resourcemanager declared as BlocklistHandler Modifier and Type Field Description protected BlocklistHandlerResourceManager. blocklistHandler
-