| Package | Description |
|---|---|
| org.apache.flink.runtime.blocklist | |
| org.apache.flink.runtime.resourcemanager |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBlocklistHandler
Default implementation of
BlocklistHandler. |
class |
NoOpBlocklistHandler
No-op implementation of
BlocklistHandler. |
| Modifier and Type | Method and Description |
|---|---|
BlocklistHandler |
NoOpBlocklistHandler.Factory.create(BlocklistContext blocklistContext,
java.util.function.Function<ResourceID,String> taskManagerNodeIdRetriever,
org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor,
org.slf4j.Logger log) |
BlocklistHandler |
DefaultBlocklistHandler.Factory.create(BlocklistContext blocklistContext,
java.util.function.Function<ResourceID,String> taskManagerNodeIdRetriever,
org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor,
org.slf4j.Logger log) |
BlocklistHandler |
BlocklistHandler.Factory.create(BlocklistContext blocklistContext,
java.util.function.Function<ResourceID,String> taskManagerNodeIdRetriever,
org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor,
org.slf4j.Logger log)
Instantiates a
BlocklistHandler. |
| Modifier and Type | Field and Description |
|---|---|
protected BlocklistHandler |
ResourceManager.blocklistHandler |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.