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 Details

    • ReporterScopedSettings

      public ReporterScopedSettings(int reporterIndex, char delimiter, MetricFilter filter, Set<String> excludedVariables, Map<String,String> additionalVariables)
  • Method Details

    • getReporterIndex

      public int getReporterIndex()
    • getDelimiter

      public char getDelimiter()
    • getFilter

      public MetricFilter getFilter()
    • getExcludedVariables

      public Set<String> getExcludedVariables()
    • getAdditionalVariables

      public Map<String,String> getAdditionalVariables()