| Package | Description |
|---|---|
| org.apache.flink.runtime.metrics.dump |
| 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. |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.