| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.resourcemanager | |
| org.apache.flink.runtime.resourcemanager.active | |
| org.apache.flink.runtime.resourcemanager.slotmanager |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract ResourceAllocator |
ResourceManager.getResourceAllocator() |
protected ResourceAllocator |
StandaloneResourceManager.getResourceAllocator() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected ResourceAllocator |
ActiveResourceManager.getResourceAllocator() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
NonSupportedResourceAllocatorImpl
ResourceAllocator that not support to allocate/release resources.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DeclarativeSlotManager.start(ResourceManagerId newResourceManagerId,
Executor newMainThreadExecutor,
ResourceAllocator newResourceAllocator,
ResourceEventListener newResourceEventListener,
BlockedTaskManagerChecker newBlockedTaskManagerChecker)
Starts the slot manager with the given leader id and resource manager actions.
|
void |
SlotManager.start(ResourceManagerId newResourceManagerId,
Executor newMainThreadExecutor,
ResourceAllocator newResourceAllocator,
ResourceEventListener resourceEventListener,
BlockedTaskManagerChecker newBlockedTaskManagerChecker)
Starts the slot manager with the given leader id and resource manager actions.
|
void |
FineGrainedSlotManager.start(ResourceManagerId newResourceManagerId,
Executor newMainThreadExecutor,
ResourceAllocator newResourceAllocator,
ResourceEventListener newResourceEventListener,
BlockedTaskManagerChecker newBlockedTaskManagerChecker)
Starts the slot manager with the given leader id and resource manager actions.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.