Package | Description |
---|---|
org.apache.flink.runtime.resourcemanager.active |
Modifier and Type | Class and Description |
---|---|
class |
ActiveResourceManager<WorkerType extends ResourceIDRetrievable>
An active implementation of
ResourceManager . |
Modifier and Type | Method and Description |
---|---|
protected ResourceEventHandler<WorkerType> |
AbstractResourceManagerDriver.getResourceEventHandler() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceManagerDriver.initialize(ResourceEventHandler<WorkerType> resourceEventHandler,
ScheduledExecutor mainThreadExecutor,
Executor ioExecutor,
BlockedNodeRetriever blockedNodeRetriever)
Initialize the deployment specific components.
|
void |
AbstractResourceManagerDriver.initialize(ResourceEventHandler<WorkerType> resourceEventHandler,
ScheduledExecutor mainThreadExecutor,
Executor ioExecutor,
BlockedNodeRetriever blockedNodeRetriever) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.