Uses of Interface
org.apache.flink.metrics.CharacterFilter
-
Packages that use CharacterFilter Package Description org.apache.flink.metrics org.apache.flink.metrics.groups org.apache.flink.metrics.reporter -
-
Uses of CharacterFilter in org.apache.flink.metrics
Fields in org.apache.flink.metrics declared as CharacterFilter Modifier and Type Field Description static CharacterFilterCharacterFilter. NO_OP_FILTERMethods in org.apache.flink.metrics with parameters of type CharacterFilter Modifier and Type Method Description StringLogicalScopeProvider. getLogicalScope(CharacterFilter filter)Returns the logical scope for the metric group, for example"taskmanager.job.task", with the given filter being applied to all scope components.StringLogicalScopeProvider. getLogicalScope(CharacterFilter filter, char delimiter)Returns the logical scope for the metric group, for example"taskmanager.job.task", with the given filter being applied to all scope components and the given delimiter being used to concatenate scope components.StringMetricGroup. getMetricIdentifier(String metricName, CharacterFilter filter)Returns the fully qualified metric name, for example"host-7.taskmanager-2.window_word_count.my-mapper.metricName". -
Uses of CharacterFilter in org.apache.flink.metrics.groups
Methods in org.apache.flink.metrics.groups with parameters of type CharacterFilter Modifier and Type Method Description StringUnregisteredMetricsGroup. getMetricIdentifier(String metricName, CharacterFilter filter) -
Uses of CharacterFilter in org.apache.flink.metrics.reporter
Classes in org.apache.flink.metrics.reporter that implement CharacterFilter Modifier and Type Class Description classAbstractReporterBase interface for custom metric reporters.
-