| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.metrics.groups | |
| org.apache.flink.runtime.resourcemanager | |
| org.apache.flink.runtime.resourcemanager.slotmanager |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UnregisteredMetricGroups.UnregisteredSlotManagerMetricGroup
A safe drop-in replacement for
SlotManagerMetricGroups. |
| 限定符和类型 | 方法和说明 |
|---|---|
static SlotManagerMetricGroup |
SlotManagerMetricGroup.create(MetricRegistry metricRegistry,
String hostname) |
static SlotManagerMetricGroup |
UnregisteredMetricGroups.createUnregisteredSlotManagerMetricGroup() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ResourceManagerRuntimeServices |
ResourceManagerRuntimeServices.fromConfiguration(ResourceManagerRuntimeServicesConfiguration configuration,
HighAvailabilityServices highAvailabilityServices,
org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor,
SlotManagerMetricGroup slotManagerMetricGroup) |
| 构造器和说明 |
|---|
DeclarativeSlotManager(org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor,
SlotManagerConfiguration slotManagerConfiguration,
SlotManagerMetricGroup slotManagerMetricGroup,
ResourceTracker resourceTracker,
org.apache.flink.runtime.resourcemanager.slotmanager.SlotTracker slotTracker) |
FineGrainedSlotManager(org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor,
SlotManagerConfiguration slotManagerConfiguration,
SlotManagerMetricGroup slotManagerMetricGroup,
ResourceTracker resourceTracker,
org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerTracker taskManagerTracker,
SlotStatusSyncer slotStatusSyncer,
ResourceAllocationStrategy resourceAllocationStrategy) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.