Uses of Class
org.apache.flink.runtime.metrics.groups.SlotManagerMetricGroup
-
Packages that use SlotManagerMetricGroup Package Description org.apache.flink.runtime.metrics.groups org.apache.flink.runtime.resourcemanager org.apache.flink.runtime.resourcemanager.slotmanager -
-
Uses of SlotManagerMetricGroup in org.apache.flink.runtime.metrics.groups
Subclasses of SlotManagerMetricGroup in org.apache.flink.runtime.metrics.groups Modifier and Type Class Description static classUnregisteredMetricGroups.UnregisteredSlotManagerMetricGroupA safe drop-in replacement forSlotManagerMetricGroups.Methods in org.apache.flink.runtime.metrics.groups that return SlotManagerMetricGroup Modifier and Type Method Description static SlotManagerMetricGroupSlotManagerMetricGroup. create(MetricRegistry metricRegistry, String hostname)static SlotManagerMetricGroupUnregisteredMetricGroups. createUnregisteredSlotManagerMetricGroup() -
Uses of SlotManagerMetricGroup in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager with parameters of type SlotManagerMetricGroup Modifier and Type Method Description static ResourceManagerRuntimeServicesResourceManagerRuntimeServices. fromConfiguration(ResourceManagerRuntimeServicesConfiguration configuration, HighAvailabilityServices highAvailabilityServices, org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor, SlotManagerMetricGroup slotManagerMetricGroup) -
Uses of SlotManagerMetricGroup in org.apache.flink.runtime.resourcemanager.slotmanager
Constructors in org.apache.flink.runtime.resourcemanager.slotmanager with parameters of type SlotManagerMetricGroup Constructor Description 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)
-