Class NoOpBlocklistHandler.Factory

java.lang.Object
org.apache.flink.runtime.blocklist.NoOpBlocklistHandler.Factory
All Implemented Interfaces:
BlocklistHandler.Factory
Enclosing class:
NoOpBlocklistHandler

public static class NoOpBlocklistHandler.Factory extends Object implements BlocklistHandler.Factory
The factory to instantiate NoOpBlocklistHandler.
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • create

      public BlocklistHandler create(BlocklistContext blocklistContext, Function<ResourceID,String> taskManagerNodeIdRetriever, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor, org.slf4j.Logger log)
      Description copied from interface: BlocklistHandler.Factory
      Instantiates a BlocklistHandler.
      Specified by:
      create in interface BlocklistHandler.Factory
      Parameters:
      blocklistContext - the blocklist context
      taskManagerNodeIdRetriever - to map a task manager to the node it's located on
      mainThreadExecutor - to schedule the timeout check
      log - the logger
      Returns:
      an instantiated blocklist handler.