| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.resourcemanager.slotmanager |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DeclarativeSlotManager.start(ResourceManagerId newResourceManagerId,
Executor newMainThreadExecutor,
ResourceActions newResourceActions,
BlockedTaskManagerChecker newBlockedTaskManagerChecker)
Starts the slot manager with the given leader id and resource manager actions.
|
void |
SlotManager.start(ResourceManagerId newResourceManagerId,
Executor newMainThreadExecutor,
ResourceActions newResourceActions,
BlockedTaskManagerChecker newBlockedTaskManagerChecker)
Starts the slot manager with the given leader id and resource manager actions.
|
void |
FineGrainedSlotManager.start(ResourceManagerId newResourceManagerId,
Executor newMainThreadExecutor,
ResourceActions newResourceActions,
BlockedTaskManagerChecker newBlockedTaskManagerChecker)
Starts the slot manager with the given leader id and resource manager actions.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.