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
Methods in org.apache.flink.runtime.metrics that return ReporterSetup Modifier and Type Method Description static ReporterSetup
ReporterSetup. forReporter(String reporterName, org.apache.flink.metrics.MetricConfig metricConfig, org.apache.flink.metrics.reporter.MetricReporter reporter)
static ReporterSetup
ReporterSetup. forReporter(String reporterName, org.apache.flink.metrics.reporter.MetricReporter reporter)
static ReporterSetup
ReporterSetup. 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 ReporterSetup Modifier and Type Method Description static 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 ReporterSetup Constructor Description MetricRegistryImpl(MetricRegistryConfiguration config, Collection<ReporterSetup> reporterConfigurations)
MetricRegistryImpl(MetricRegistryConfiguration config, Collection<ReporterSetup> reporterConfigurations, Collection<TraceReporterSetup> traceReporterConfigurations)
Creates a new MetricRegistry and starts the configured reporter.
-