Uses of Class
org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
Packages that use QueryScopeInfo Package Description org.apache.flink.runtime.metrics.dump org.apache.flink.runtime.metrics.groups -
-
Uses of QueryScopeInfo in org.apache.flink.runtime.metrics.dump
Subclasses of QueryScopeInfo in org.apache.flink.runtime.metrics.dump Modifier and Type Class Description static class
QueryScopeInfo.JobManagerOperatorQueryScopeInfo
Container for the job manager operator scope.static class
QueryScopeInfo.JobManagerQueryScopeInfo
Container for the job manager scope.static class
QueryScopeInfo.JobQueryScopeInfo
Container for the job scope.static class
QueryScopeInfo.OperatorQueryScopeInfo
Container for the operator scope.static class
QueryScopeInfo.TaskManagerQueryScopeInfo
Container for the task manager scope.static class
QueryScopeInfo.TaskQueryScopeInfo
Container for the task scope.Fields in org.apache.flink.runtime.metrics.dump declared as QueryScopeInfo Modifier and Type Field Description QueryScopeInfo
MetricDump. scopeInfo
The scope information for the stored metric.Methods in org.apache.flink.runtime.metrics.dump that return QueryScopeInfo Modifier and Type Method Description abstract QueryScopeInfo
QueryScopeInfo. copy(String userScope)
Create a copy of this QueryScopeInfo and append the given scope.Method parameters in org.apache.flink.runtime.metrics.dump with type arguments of type QueryScopeInfo Modifier and Type Method Description MetricDumpSerialization.MetricSerializationResult
MetricDumpSerialization.MetricDumpSerializer. serialize(Map<org.apache.flink.metrics.Counter,org.apache.flink.api.java.tuple.Tuple2<QueryScopeInfo,String>> counters, Map<org.apache.flink.metrics.Gauge<?>,org.apache.flink.api.java.tuple.Tuple2<QueryScopeInfo,String>> gauges, Map<org.apache.flink.metrics.Histogram,org.apache.flink.api.java.tuple.Tuple2<QueryScopeInfo,String>> histograms, Map<org.apache.flink.metrics.Meter,org.apache.flink.api.java.tuple.Tuple2<QueryScopeInfo,String>> meters)
Serializes the given metrics and returns the resulting byte array.Constructors in org.apache.flink.runtime.metrics.dump with parameters of type QueryScopeInfo Constructor Description CounterDump(QueryScopeInfo scopeInfo, String name, long count)
GaugeDump(QueryScopeInfo scopeInfo, String name, String value)
HistogramDump(QueryScopeInfo scopeInfo, String name, long min, long max, double mean, double median, double stddev, double p75, double p90, double p95, double p98, double p99, double p999)
MeterDump(QueryScopeInfo scopeInfo, String name, double rate)
-
Uses of QueryScopeInfo in org.apache.flink.runtime.metrics.groups
Fields in org.apache.flink.runtime.metrics.groups declared as QueryScopeInfo Modifier and Type Field Description protected QueryScopeInfo
AbstractMetricGroup. queryServiceScopeInfo
The metrics query service scope represented by this group, lazily computed.Methods in org.apache.flink.runtime.metrics.groups that return QueryScopeInfo Modifier and Type Method Description protected abstract QueryScopeInfo
AbstractMetricGroup. createQueryServiceMetricInfo(org.apache.flink.metrics.CharacterFilter filter)
Creates the metric query service scope for this group.protected QueryScopeInfo
GenericMetricGroup. createQueryServiceMetricInfo(org.apache.flink.metrics.CharacterFilter filter)
QueryScopeInfo
AbstractMetricGroup. getQueryServiceMetricInfo(org.apache.flink.metrics.CharacterFilter filter)
Returns the metric query service scope for this group.
-