Package | Description |
---|---|
org.apache.flink.runtime.metrics.dump | |
org.apache.flink.runtime.metrics.groups |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
QueryScopeInfo |
MetricDump.scopeInfo
The scope information for the stored metric.
|
Modifier and Type | Method and Description |
---|---|
abstract QueryScopeInfo |
QueryScopeInfo.copy(String userScope)
Create a copy of this QueryScopeInfo and append the given scope.
|
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
protected QueryScopeInfo |
AbstractMetricGroup.queryServiceScopeInfo
The metrics query service scope represented by this group, lazily computed.
|
Modifier and Type | Method and Description |
---|---|
protected abstract QueryScopeInfo |
AbstractMetricGroup.createQueryServiceMetricInfo(CharacterFilter filter)
Creates the metric query service scope for this group.
|
protected QueryScopeInfo |
GenericMetricGroup.createQueryServiceMetricInfo(CharacterFilter filter) |
QueryScopeInfo |
AbstractMetricGroup.getQueryServiceMetricInfo(CharacterFilter filter)
Returns the metric query service scope for this group.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.