Package org.apache.flink.state.common
Class ChangelogMaterializationMetricGroup
- java.lang.Object
-
- org.apache.flink.runtime.metrics.groups.ProxyMetricGroup<MetricGroup>
-
- org.apache.flink.state.common.ChangelogMaterializationMetricGroup
-
- All Implemented Interfaces:
MetricGroup
@Internal public class ChangelogMaterializationMetricGroup extends ProxyMetricGroup<MetricGroup>
Metrics related to the materialization part of Changelog.
-
-
Field Summary
Fields Modifier and Type Field Description static String
COMPLETED_MATERIALIZATION
static String
FAILED_MATERIALIZATION
static String
LAST_DURATION_OF_MATERIALIZATION
static String
STARTED_MATERIALIZATION
-
Fields inherited from class org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
parentMetricGroup
-
-
Constructor Summary
Constructors Constructor Description ChangelogMaterializationMetricGroup(MetricGroup parentMetricGroup)
-
Method Summary
-
Methods inherited from class org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
addGroup, addGroup, addSpan, counter, counter, gauge, getAllVariables, getMetricIdentifier, getMetricIdentifier, getScopeComponents, histogram, meter
-
-
-
-
Field Detail
-
STARTED_MATERIALIZATION
@VisibleForTesting public static final String STARTED_MATERIALIZATION
- See Also:
- Constant Field Values
-
COMPLETED_MATERIALIZATION
@VisibleForTesting public static final String COMPLETED_MATERIALIZATION
- See Also:
- Constant Field Values
-
FAILED_MATERIALIZATION
@VisibleForTesting public static final String FAILED_MATERIALIZATION
- See Also:
- Constant Field Values
-
LAST_DURATION_OF_MATERIALIZATION
@VisibleForTesting public static final String LAST_DURATION_OF_MATERIALIZATION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChangelogMaterializationMetricGroup
public ChangelogMaterializationMetricGroup(MetricGroup parentMetricGroup)
-
-