Skip navigation links
B C G I M R S T V 

B

BaseFormattedReporterFactory - Class in io.dropwizard.metrics
A base ReporterFactory for configuring metric reporters with formatting options.
BaseFormattedReporterFactory() - Constructor for class io.dropwizard.metrics.BaseFormattedReporterFactory
 
BaseReporterFactory - Class in io.dropwizard.metrics
A base ReporterFactory for configuring metric reporters.
BaseReporterFactory() - Constructor for class io.dropwizard.metrics.BaseReporterFactory
 
build(MetricRegistry) - Method in class io.dropwizard.metrics.ConsoleReporterFactory
 
build(MetricRegistry) - Method in class io.dropwizard.metrics.CsvReporterFactory
 
build(MetricRegistry) - Method in interface io.dropwizard.metrics.ReporterFactory
Configures and builds a ScheduledReporter instance for the given registry.
build(MetricRegistry) - Method in class io.dropwizard.metrics.Slf4jReporterFactory
 

C

configure(LifecycleEnvironment, MetricRegistry) - Method in class io.dropwizard.metrics.MetricsFactory
 
ConsoleReporterFactory - Class in io.dropwizard.metrics
A factory for configuring and building ConsoleReporter instances.
ConsoleReporterFactory() - Constructor for class io.dropwizard.metrics.ConsoleReporterFactory
 
ConsoleReporterFactory.ConsoleStream - Enum in io.dropwizard.metrics
 
CsvReporterFactory - Class in io.dropwizard.metrics
A factory for configuring and building CsvReporter instances.
CsvReporterFactory() - Constructor for class io.dropwizard.metrics.CsvReporterFactory
 

G

get() - Method in enum io.dropwizard.metrics.ConsoleReporterFactory.ConsoleStream
 
getDisabledAttributes() - Method in class io.dropwizard.metrics.BaseReporterFactory
 
getDurationUnit() - Method in class io.dropwizard.metrics.BaseReporterFactory
 
getExcludes() - Method in class io.dropwizard.metrics.BaseReporterFactory
 
getExcludesAttributes() - Method in class io.dropwizard.metrics.BaseReporterFactory
 
getFile() - Method in class io.dropwizard.metrics.CsvReporterFactory
 
getFilter() - Method in class io.dropwizard.metrics.BaseReporterFactory
Gets a MetricFilter that specifically includes and excludes configured metrics.
getFrequency() - Method in class io.dropwizard.metrics.BaseReporterFactory
 
getFrequency() - Method in class io.dropwizard.metrics.MetricsFactory
 
getFrequency() - Method in interface io.dropwizard.metrics.ReporterFactory
Returns the frequency for reporting metrics.
getIncludes() - Method in class io.dropwizard.metrics.BaseReporterFactory
 
getIncludesAttributes() - Method in class io.dropwizard.metrics.BaseReporterFactory
 
getLocale() - Method in class io.dropwizard.metrics.BaseFormattedReporterFactory
 
getLogger() - Method in class io.dropwizard.metrics.Slf4jReporterFactory
 
getLoggerName() - Method in class io.dropwizard.metrics.Slf4jReporterFactory
 
getMarkerName() - Method in class io.dropwizard.metrics.Slf4jReporterFactory
 
getOutput() - Method in class io.dropwizard.metrics.ConsoleReporterFactory
 
getRateUnit() - Method in class io.dropwizard.metrics.BaseReporterFactory
 
getReporters() - Method in class io.dropwizard.metrics.MetricsFactory
 
getTimeZone() - Method in class io.dropwizard.metrics.ConsoleReporterFactory
 
getUseRegexFilters() - Method in class io.dropwizard.metrics.BaseReporterFactory
 
getUseSubstringMatching() - Method in class io.dropwizard.metrics.BaseReporterFactory
 

I

io.dropwizard.metrics - package io.dropwizard.metrics
 
isReportOnStop() - Method in class io.dropwizard.metrics.MetricsFactory
 

M

MetricsFactory - Class in io.dropwizard.metrics
A factory for configuring the metrics sub-system for the environment.
MetricsFactory() - Constructor for class io.dropwizard.metrics.MetricsFactory
 

R

ReporterFactory - Interface in io.dropwizard.metrics
A service provider interface for creating metrics reporters.

S

ScheduledReporterManager - Class in io.dropwizard.metrics
Manages a ScheduledReporter lifecycle.
ScheduledReporterManager(ScheduledReporter, Duration) - Constructor for class io.dropwizard.metrics.ScheduledReporterManager
Manages the given reporter by reporting with the given period.
ScheduledReporterManager(ScheduledReporter, Duration, boolean) - Constructor for class io.dropwizard.metrics.ScheduledReporterManager
Manages the given reporter by reporting with the given period.
setDurationUnit(TimeUnit) - Method in class io.dropwizard.metrics.BaseReporterFactory
 
setExcludes(Set<String>) - Method in class io.dropwizard.metrics.BaseReporterFactory
 
setExcludesAttributes(EnumSet<MetricAttribute>) - Method in class io.dropwizard.metrics.BaseReporterFactory
 
setFile(File) - Method in class io.dropwizard.metrics.CsvReporterFactory
 
setFrequency(Optional<Duration>) - Method in class io.dropwizard.metrics.BaseReporterFactory
 
setFrequency(Duration) - Method in class io.dropwizard.metrics.MetricsFactory
 
setIncludes(Set<String>) - Method in class io.dropwizard.metrics.BaseReporterFactory
 
setIncludesAttributes(EnumSet<MetricAttribute>) - Method in class io.dropwizard.metrics.BaseReporterFactory
 
setLocale(Locale) - Method in class io.dropwizard.metrics.BaseFormattedReporterFactory
 
setLoggerName(String) - Method in class io.dropwizard.metrics.Slf4jReporterFactory
 
setMarkerName(String) - Method in class io.dropwizard.metrics.Slf4jReporterFactory
 
setOutput(ConsoleReporterFactory.ConsoleStream) - Method in class io.dropwizard.metrics.ConsoleReporterFactory
 
setRateUnit(TimeUnit) - Method in class io.dropwizard.metrics.BaseReporterFactory
 
setReporters(List<ReporterFactory>) - Method in class io.dropwizard.metrics.MetricsFactory
 
setReportOnStop(boolean) - Method in class io.dropwizard.metrics.MetricsFactory
 
setTimeZone(TimeZone) - Method in class io.dropwizard.metrics.ConsoleReporterFactory
 
setUseRegexFilters(boolean) - Method in class io.dropwizard.metrics.BaseReporterFactory
 
setUseSubstringMatching(boolean) - Method in class io.dropwizard.metrics.BaseReporterFactory
 
Slf4jReporterFactory - Class in io.dropwizard.metrics
A ReporterFactory for Slf4jReporter instances.
Slf4jReporterFactory() - Constructor for class io.dropwizard.metrics.Slf4jReporterFactory
 
start() - Method in class io.dropwizard.metrics.ScheduledReporterManager
Begins reporting metrics using the configured ScheduledReporter.
stop() - Method in class io.dropwizard.metrics.ScheduledReporterManager
Stops the configured ScheduledReporter from reporting metrics.

T

toString() - Method in class io.dropwizard.metrics.MetricsFactory
 

V

valueOf(String) - Static method in enum io.dropwizard.metrics.ConsoleReporterFactory.ConsoleStream
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.dropwizard.metrics.ConsoleReporterFactory.ConsoleStream
Returns an array containing the constants of this enum type, in the order they are declared.
B C G I M R S T V 
Skip navigation links

Copyright © 2019. All rights reserved.