Uses of Class
org.apache.flink.runtime.metrics.ReporterSetup
-
Packages that use ReporterSetup Package Description org.apache.flink.runtime.metrics -
-
Uses of ReporterSetup in org.apache.flink.runtime.metrics
Fields in org.apache.flink.runtime.metrics with type parameters of type ReporterSetup Modifier and Type Field Description static ReporterSetupBuilder<org.apache.flink.metrics.Metric,org.apache.flink.metrics.reporter.MetricReporter,ReporterSetup,org.apache.flink.metrics.reporter.MetricReporterFactory>
ReporterSetupBuilder. METRIC_SETUP_BUILDER
Builder for metric reporter.Constructor parameters in org.apache.flink.runtime.metrics with type arguments of type ReporterSetup Constructor Description MetricRegistryImpl(MetricRegistryConfiguration config, Collection<ReporterSetup> reporterConfigurations)
MetricRegistryImpl(MetricRegistryConfiguration config, Collection<ReporterSetup> reporterConfigurations, Collection<TraceReporterSetup> traceReporterConfigurations, Collection<EventReporterSetup> eventReporterConfigurations)
Creates a new MetricRegistry and starts the configured reporter.
-