Uses of Interface
io.dropwizard.metrics.ReporterFactory
-
Packages that use ReporterFactory Package Description io.dropwizard.metrics io.dropwizard.metrics.graphite -
-
Uses of ReporterFactory in io.dropwizard.metrics
Classes in io.dropwizard.metrics that implement ReporterFactory Modifier and Type Class Description classBaseFormattedReporterFactoryA baseReporterFactoryfor configuring metric reporters with formatting options.classBaseReporterFactoryA baseReporterFactoryfor configuring metric reporters.classConsoleReporterFactoryA factory for configuring and buildingConsoleReporterinstances.classCsvReporterFactoryA factory for configuring and buildingCsvReporterinstances.classSlf4jReporterFactoryAReporterFactoryforSlf4jReporterinstances.Methods in io.dropwizard.metrics that return types with arguments of type ReporterFactory Modifier and Type Method Description List<ReporterFactory>MetricsFactory. getReporters()Method parameters in io.dropwizard.metrics with type arguments of type ReporterFactory Modifier and Type Method Description voidMetricsFactory. setReporters(List<ReporterFactory> reporters) -
Uses of ReporterFactory in io.dropwizard.metrics.graphite
Classes in io.dropwizard.metrics.graphite that implement ReporterFactory Modifier and Type Class Description classGraphiteReporterFactoryA factory forGraphiteReporterinstances.
-