Uses of Interface
org.apache.flink.metrics.MetricGroup
-
Packages that use MetricGroup Package Description org.apache.flink.metrics org.apache.flink.metrics.groups org.apache.flink.metrics.reporter -
-
Uses of MetricGroup in org.apache.flink.metrics
Methods in org.apache.flink.metrics that return MetricGroup Modifier and Type Method Description default MetricGroupMetricGroup. addGroup(int name)Creates a new MetricGroup and adds it to this groups sub-groups.MetricGroupMetricGroup. addGroup(String name)Creates a new MetricGroup and adds it to this groups sub-groups.MetricGroupMetricGroup. addGroup(String key, String value)Creates a new key-value MetricGroup pair.MetricGroupLogicalScopeProvider. getWrappedMetricGroup()Returns the underlying metric group.Methods in org.apache.flink.metrics with parameters of type MetricGroup Modifier and Type Method Description static LogicalScopeProviderLogicalScopeProvider. castFrom(MetricGroup metricGroup)Casts the given metric group to aLogicalScopeProvider, if it implements the interface. -
Uses of MetricGroup in org.apache.flink.metrics.groups
Subinterfaces of MetricGroup in org.apache.flink.metrics.groups Modifier and Type Interface Description interfaceCacheMetricGroupPre-defined metrics for cache.interfaceOperatorCoordinatorMetricGroupSpecialMetricGrouprepresenting an Operator coordinator.interfaceOperatorIOMetricGroupMetric group that contains shareable pre-defined IO-related metrics for operators.interfaceOperatorMetricGroupSpecialMetricGrouprepresenting an Operator.interfaceSinkCommitterMetricGroupPre-defined metrics for sinks.interfaceSinkWriterMetricGroupPre-defined metrics for sinks.interfaceSourceReaderMetricGroupPre-defined metrics forSourceReader.interfaceSourceSplitMetricGroupPre-defined metrics forSplitEnumerator.interfaceSplitEnumeratorMetricGroupPre-defined metrics forSplitEnumerator.Classes in org.apache.flink.metrics.groups that implement MetricGroup Modifier and Type Class Description classUnregisteredMetricsGroupA specialMetricGroupthat does not register any metrics at the metrics registry and any reporters.Methods in org.apache.flink.metrics.groups that return MetricGroup Modifier and Type Method Description MetricGroupUnregisteredMetricsGroup. addGroup(String name)MetricGroupUnregisteredMetricsGroup. addGroup(String key, String value) -
Uses of MetricGroup in org.apache.flink.metrics.reporter
Methods in org.apache.flink.metrics.reporter with parameters of type MetricGroup Modifier and Type Method Description voidAbstractReporter. notifyOfAddedMetric(Metric metric, String metricName, MetricGroup group)voidMetricReporter. notifyOfAddedMetric(Metric metric, String metricName, MetricGroup group)Called when a newMetricwas added.voidAbstractReporter. notifyOfRemovedMetric(Metric metric, String metricName, MetricGroup group)voidMetricReporter. notifyOfRemovedMetric(Metric metric, String metricName, MetricGroup group)Called when aMetricwas removed.
-