Uses of Class
org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
-
Packages that use ProxyMetricGroup Package Description org.apache.flink.changelog.fs org.apache.flink.runtime.checkpoint.filemerging org.apache.flink.runtime.metrics.groups org.apache.flink.state.common -
-
Uses of ProxyMetricGroup in org.apache.flink.changelog.fs
Subclasses of ProxyMetricGroup in org.apache.flink.changelog.fs Modifier and Type Class Description class
ChangelogStorageMetricGroup
Metrics related to the Changelog Storage used by the Changelog State Backend. -
Uses of ProxyMetricGroup in org.apache.flink.runtime.checkpoint.filemerging
Subclasses of ProxyMetricGroup in org.apache.flink.runtime.checkpoint.filemerging Modifier and Type Class Description class
FileMergingMetricGroup
Metrics related to the file merging snapshot manager. -
Uses of ProxyMetricGroup in org.apache.flink.runtime.metrics.groups
Subclasses of ProxyMetricGroup in org.apache.flink.runtime.metrics.groups Modifier and Type Class Description class
FrontMetricGroup<P extends AbstractMetricGroup<?>>
Metric group which forwards all registration calls to a variable parent metric group that injects a variable reporter index into calls toMetricGroup.getMetricIdentifier(String)
orMetricGroup.getMetricIdentifier(String, CharacterFilter)
.class
InternalCacheMetricGroup
ACacheMetricGroup
which register all cache related metrics under a subgroup of the parent metric group.class
InternalOperatorCoordinatorMetricGroup
SpecialMetricGroup
representing an OperatorCoordinator.class
InternalOperatorIOMetricGroup
Metric group that contains shareable pre-defined IO-related metrics.class
InternalSinkCommitterMetricGroup
SpecialMetricGroup
representing an Operator.class
InternalSinkWriterMetricGroup
SpecialMetricGroup
representing an Operator.class
InternalSourceReaderMetricGroup
SpecialMetricGroup
representing an Operator.class
InternalSplitEnumeratorMetricGroup
SpecialMetricGroup
representing anSplitEnumerator
.class
TaskIOMetricGroup
Metric group that contains shareable pre-defined IO-related metrics. -
Uses of ProxyMetricGroup in org.apache.flink.state.common
Subclasses of ProxyMetricGroup in org.apache.flink.state.common Modifier and Type Class Description class
ChangelogMaterializationMetricGroup
Metrics related to the materialization part of Changelog.
-