Uses of Class
org.apache.flink.runtime.metrics.ReporterSetup
Packages that use ReporterSetup
-
Uses of ReporterSetup in org.apache.flink.runtime.metrics
Methods in org.apache.flink.runtime.metrics that return ReporterSetupModifier and TypeMethodDescriptionstatic ReporterSetupReporterSetup.forReporter(String reporterName, org.apache.flink.metrics.MetricConfig metricConfig, org.apache.flink.metrics.reporter.MetricReporter reporter) static ReporterSetupReporterSetup.forReporter(String reporterName, org.apache.flink.metrics.reporter.MetricReporter reporter) static ReporterSetupReporterSetup.forReporter(String reporterName, MetricFilter metricFilter, org.apache.flink.metrics.reporter.MetricReporter reporter) Methods in org.apache.flink.runtime.metrics that return types with arguments of type ReporterSetupModifier and TypeMethodDescriptionstatic List<ReporterSetup>ReporterSetup.fromConfiguration(org.apache.flink.configuration.Configuration configuration, org.apache.flink.core.plugin.PluginManager pluginManager) Constructor parameters in org.apache.flink.runtime.metrics with type arguments of type ReporterSetupModifierConstructorDescriptionMetricRegistryImpl(MetricRegistryConfiguration config, Collection<ReporterSetup> reporterConfigurations) MetricRegistryImpl(MetricRegistryConfiguration config, Collection<ReporterSetup> reporterConfigurations, Collection<TraceReporterSetup> traceReporterConfigurations) Creates a new MetricRegistry and starts the configured reporter.