Uses of Class
org.apache.flink.runtime.metrics.scope.ScopeFormats
Packages that use ScopeFormats
-
Uses of ScopeFormats in org.apache.flink.runtime.metrics
Methods in org.apache.flink.runtime.metrics that return ScopeFormatsModifier and TypeMethodDescriptionMetricRegistry.getScopeFormats()Returns the scope formats.MetricRegistryConfiguration.getScopeFormats()MetricRegistryImpl.getScopeFormats()NoOpMetricRegistry.getScopeFormats()Constructors in org.apache.flink.runtime.metrics with parameters of type ScopeFormatsModifierConstructorDescriptionMetricRegistryConfiguration(ScopeFormats scopeFormats, char delimiter, long queryServiceMessageSizeLimit) -
Uses of ScopeFormats in org.apache.flink.runtime.metrics.scope
Methods in org.apache.flink.runtime.metrics.scope that return ScopeFormatsModifier and TypeMethodDescriptionstatic ScopeFormatsScopeFormats.fromConfig(org.apache.flink.configuration.Configuration config) Creates the scope formats as defined in the given configuration.