Uses of Class
org.apache.flink.runtime.metrics.dump.MetricDump
-
Packages that use MetricDump Package Description org.apache.flink.runtime.metrics.dump org.apache.flink.runtime.rest.handler.legacy.metrics -
-
Uses of MetricDump in org.apache.flink.runtime.metrics.dump
Subclasses of MetricDump in org.apache.flink.runtime.metrics.dump Modifier and Type Class Description static classMetricDump.CounterDumpContainer for the value of aCounter.static classMetricDump.GaugeDumpContainer for the value of aGaugeas a string.static classMetricDump.HistogramDumpContainer for the values of aHistogram.static classMetricDump.MeterDumpContainer for the rate of aMeter.Methods in org.apache.flink.runtime.metrics.dump that return types with arguments of type MetricDump Modifier and Type Method Description List<MetricDump>MetricDumpSerialization.MetricDumpDeserializer. deserialize(MetricDumpSerialization.MetricSerializationResult data)De-serializes metrics from the given byte array and returns them as a list ofMetricDump. -
Uses of MetricDump in org.apache.flink.runtime.rest.handler.legacy.metrics
Methods in org.apache.flink.runtime.rest.handler.legacy.metrics with parameters of type MetricDump Modifier and Type Method Description voidMetricStore. add(MetricDump metric)
-