Uses of Class
org.apache.flink.configuration.MetricOptions.JobStatusMetrics
-
Packages that use MetricOptions.JobStatusMetrics Package Description org.apache.flink.configuration -
-
Uses of MetricOptions.JobStatusMetrics in org.apache.flink.configuration
Fields in org.apache.flink.configuration with type parameters of type MetricOptions.JobStatusMetrics Modifier and Type Field Description static ConfigOption<List<MetricOptions.JobStatusMetrics>>
MetricOptions. JOB_STATUS_METRICS
Controls which job status metrics will be exposed.Methods in org.apache.flink.configuration that return MetricOptions.JobStatusMetrics Modifier and Type Method Description static MetricOptions.JobStatusMetrics
MetricOptions.JobStatusMetrics. valueOf(String name)
Returns the enum constant of this type with the specified name.static MetricOptions.JobStatusMetrics[]
MetricOptions.JobStatusMetrics. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-