public static interface BlocklistHandler.Factory
BlocklistHandler.| Modifier and Type | Method and Description |
|---|---|
BlocklistHandler |
create(BlocklistContext blocklistContext,
Function<ResourceID,String> taskManagerNodeIdRetriever,
org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor,
org.slf4j.Logger log)
Instantiates a
BlocklistHandler. |
BlocklistHandler create(BlocklistContext blocklistContext, Function<ResourceID,String> taskManagerNodeIdRetriever, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor, org.slf4j.Logger log)
BlocklistHandler.blocklistContext - the blocklist contexttaskManagerNodeIdRetriever - to map a task manager to the node it's located onmainThreadExecutor - to schedule the timeout checklog - the loggerCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.