Uses of Interface
io.dropwizard.metrics.common.ReporterFactory
-
Packages that use ReporterFactory Package Description io.dropwizard.metrics.common io.dropwizard.metrics.graphite -
-
Uses of ReporterFactory in io.dropwizard.metrics.common
Classes in io.dropwizard.metrics.common 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.common that return types with arguments of type ReporterFactory Modifier and Type Method Description List<ReporterFactory>MetricsFactory. getReporters()Method parameters in io.dropwizard.metrics.common 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.
-