| Package | Description |
|---|---|
| org.apache.flink.runtime.metrics.groups | |
| org.apache.flink.runtime.resourcemanager | |
| org.apache.flink.runtime.resourcemanager.slotmanager |
| Modifier and Type | Class and Description |
|---|---|
static class |
UnregisteredMetricGroups.UnregisteredSlotManagerMetricGroup
A safe drop-in replacement for
SlotManagerMetricGroups. |
| Modifier and Type | Method and Description |
|---|---|
static SlotManagerMetricGroup |
SlotManagerMetricGroup.create(MetricRegistry metricRegistry,
String hostname) |
static SlotManagerMetricGroup |
UnregisteredMetricGroups.createUnregisteredSlotManagerMetricGroup() |
| Modifier and Type | Method and Description |
|---|---|
SlotManagerMetricGroup |
ResourceManagerProcessContext.getSlotManagerMetricGroup() |
| Modifier and Type | Method and Description |
|---|---|
static ResourceManagerRuntimeServices |
ResourceManagerRuntimeServices.fromConfiguration(ResourceManagerRuntimeServicesConfiguration configuration,
HighAvailabilityServices highAvailabilityServices,
org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor,
SlotManagerMetricGroup slotManagerMetricGroup) |
| Constructor and Description |
|---|
ResourceManagerProcessContext(org.apache.flink.configuration.Configuration rmConfig,
ResourceManagerRuntimeServicesConfiguration rmRuntimeServicesConfig,
org.apache.flink.runtime.rpc.RpcService rpcService,
HighAvailabilityServices highAvailabilityServices,
HeartbeatServices heartbeatServices,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler,
ClusterInformation clusterInformation,
String webInterfaceUrl,
ResourceManagerMetricGroup resourceManagerMetricGroup,
SlotManagerMetricGroup slotManagerMetricGroup,
Executor ioExecutor) |
| Constructor and Description |
|---|
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,
org.apache.flink.api.common.time.Time requirementCheckDelay) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.