Uses of Class
org.apache.flink.runtime.metrics.scope.ScopeFormats
-
Packages that use ScopeFormats Package Description org.apache.flink.runtime.metrics org.apache.flink.runtime.metrics.scope -
-
Uses of ScopeFormats in org.apache.flink.runtime.metrics
Methods in org.apache.flink.runtime.metrics that return ScopeFormats Modifier and Type Method Description ScopeFormatsMetricRegistry. getScopeFormats()Returns the scope formats.ScopeFormatsMetricRegistryConfiguration. getScopeFormats()ScopeFormatsMetricRegistryImpl. getScopeFormats()ScopeFormatsNoOpMetricRegistry. getScopeFormats()Constructors in org.apache.flink.runtime.metrics with parameters of type ScopeFormats Constructor Description MetricRegistryConfiguration(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 ScopeFormats Modifier and Type Method Description static ScopeFormatsScopeFormats. fromConfig(org.apache.flink.configuration.Configuration config)Creates the scope formats as defined in the given configuration.
-