Class ReporterScopedSettings<REPORTED>
- java.lang.Object
-
- org.apache.flink.runtime.metrics.groups.ReporterScopedSettings<REPORTED>
-
public class ReporterScopedSettings<REPORTED> extends Object
Encapsulates all settings that are defined per reporter.
-
-
Constructor Summary
Constructors Constructor Description ReporterScopedSettings(int reporterIndex, char delimiter, ReporterFilter<REPORTED> 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()chargetDelimiter()Set<String>getExcludedVariables()ReporterFilter<REPORTED>getFilter()intgetReporterIndex()
-