Class | Description |
---|---|
MetricDump |
A container for a dumped metric that contains the scope, name and value(s) of the metric.
|
MetricDump.CounterDump |
Container for the value of a
Counter . |
MetricDump.GaugeDump |
Container for the value of a
Gauge as a string. |
MetricDump.HistogramDump |
Container for the values of a
Histogram . |
MetricDump.MeterDump |
Container for the rate of a
Meter . |
MetricDumpSerialization |
Utility class for the serialization of metrics.
|
MetricDumpSerialization.MetricDumpDeserializer |
Deserializer for reading a list of
MetricDumps from a MetricDumpSerialization.MetricSerializationResult . |
MetricDumpSerialization.MetricDumpSerializer |
Serializes a set of metrics into a
MetricDumpSerialization.MetricSerializationResult . |
MetricDumpSerialization.MetricSerializationResult |
This class encapsulates all serialized metrics and a count for each metric type.
|
MetricQueryService |
The MetricQueryService creates a key-value representation of all metrics currently registered with Flink when queried.
|
QueryScopeInfo |
Container for scope related information as required by the MetricQueryService.
|
QueryScopeInfo.JobManagerQueryScopeInfo |
Container for the job manager scope.
|
QueryScopeInfo.JobQueryScopeInfo |
Container for the job scope.
|
QueryScopeInfo.OperatorQueryScopeInfo |
Container for the operator scope.
|
QueryScopeInfo.TaskManagerQueryScopeInfo |
Container for the task manager scope.
|
QueryScopeInfo.TaskQueryScopeInfo |
Container for the task scope.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.