| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.resourcemanager.active |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ActiveResourceManager<WorkerType extends ResourceIDRetrievable>
An active implementation of
ResourceManager. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected ResourceEventHandler<WorkerType> |
AbstractResourceManagerDriver.getResourceEventHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractResourceManagerDriver.initialize(ResourceEventHandler<WorkerType> resourceEventHandler,
org.apache.flink.util.concurrent.ScheduledExecutor mainThreadExecutor,
Executor ioExecutor,
BlockedNodeRetriever blockedNodeRetriever) |
void |
ResourceManagerDriver.initialize(ResourceEventHandler<WorkerType> resourceEventHandler,
org.apache.flink.util.concurrent.ScheduledExecutor mainThreadExecutor,
Executor ioExecutor,
BlockedNodeRetriever blockedNodeRetriever)
Initialize the deployment specific components.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.