Package | Description |
---|---|
org.apache.flink.runtime.metrics.dump | |
org.apache.flink.runtime.rest.handler.legacy.metrics |
Modifier and Type | Class and Description |
---|---|
static class |
MetricDump.CounterDump
Container for the value of a
Counter . |
static class |
MetricDump.GaugeDump
Container for the value of a
Gauge as a string. |
static class |
MetricDump.HistogramDump
Container for the values of a
Histogram . |
static class |
MetricDump.MeterDump
Container for the rate of a
Meter . |
Modifier and Type | Method and Description |
---|---|
List<MetricDump> |
MetricDumpSerialization.MetricDumpDeserializer.deserialize(MetricDumpSerialization.MetricSerializationResult data)
De-serializes metrics from the given byte array and returns them as a list of
MetricDump . |
Modifier and Type | Method and Description |
---|---|
void |
MetricStore.add(MetricDump metric) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.