Class ScopeFormats
java.lang.Object
org.apache.flink.runtime.metrics.scope.ScopeFormats
A container for component scope formats.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ScopeFormatsfromConfig(org.apache.flink.configuration.Configuration config) Creates the scope formats as defined in the given configuration.
-
Method Details
-
getJobManagerFormat
-
getTaskManagerFormat
-
getTaskManagerJobFormat
-
getJobManagerJobFormat
-
getTaskFormat
-
getOperatorFormat
-
getJmOperatorFormat
-
fromConfig
Creates the scope formats as defined in the given configuration.- Parameters:
config- The configuration that defines the formats- Returns:
- The ScopeFormats parsed from the configuration
-