Class ReporterScopedSettings
- java.lang.Object
-
- org.apache.flink.runtime.metrics.groups.ReporterScopedSettings
-
public class ReporterScopedSettings extends Object
Encapsulates all settings that are defined per reporter.
-
-
Constructor Summary
Constructors Constructor Description ReporterScopedSettings(int reporterIndex, char delimiter, MetricFilter filter, Set<String> excludedVariables, Map<String,String> additionalVariables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getAdditionalVariables()
char
getDelimiter()
Set<String>
getExcludedVariables()
MetricFilter
getFilter()
int
getReporterIndex()
-