B C G I M R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BaseFormattedReporterFactory - Class in io.dropwizard.metrics.common
-
A base
ReporterFactory
for configuring metric reporters with formatting options. - BaseFormattedReporterFactory() - Constructor for class io.dropwizard.metrics.common.BaseFormattedReporterFactory
- BaseReporterFactory - Class in io.dropwizard.metrics.common
-
A base
ReporterFactory
for configuring metric reporters. - BaseReporterFactory() - Constructor for class io.dropwizard.metrics.common.BaseReporterFactory
- build(MetricRegistry) - Method in class io.dropwizard.metrics.common.ConsoleReporterFactory
- build(MetricRegistry) - Method in class io.dropwizard.metrics.common.CsvReporterFactory
- build(MetricRegistry) - Method in interface io.dropwizard.metrics.common.ReporterFactory
-
Configures and builds a
ScheduledReporter
instance for the given registry. - build(MetricRegistry) - Method in class io.dropwizard.metrics.common.Slf4jReporterFactory
C
- configure(LifecycleEnvironment, MetricRegistry) - Method in class io.dropwizard.metrics.common.MetricsFactory
-
Configures the given lifecycle with the
reporters
configured for the given registry. - ConsoleReporterFactory - Class in io.dropwizard.metrics.common
-
A factory for configuring and building
ConsoleReporter
instances. - ConsoleReporterFactory() - Constructor for class io.dropwizard.metrics.common.ConsoleReporterFactory
- ConsoleReporterFactory.ConsoleStream - Enum in io.dropwizard.metrics.common
- CsvReporterFactory - Class in io.dropwizard.metrics.common
-
A factory for configuring and building
CsvReporter
instances. - CsvReporterFactory() - Constructor for class io.dropwizard.metrics.common.CsvReporterFactory
G
- get() - Method in enum io.dropwizard.metrics.common.ConsoleReporterFactory.ConsoleStream
- getDisabledAttributes() - Method in class io.dropwizard.metrics.common.BaseReporterFactory
- getDurationUnit() - Method in class io.dropwizard.metrics.common.BaseReporterFactory
- getExcludes() - Method in class io.dropwizard.metrics.common.BaseReporterFactory
- getExcludesAttributes() - Method in class io.dropwizard.metrics.common.BaseReporterFactory
- getFile() - Method in class io.dropwizard.metrics.common.CsvReporterFactory
- getFilter() - Method in class io.dropwizard.metrics.common.BaseReporterFactory
-
Gets a
MetricFilter
that specifically includes and excludes configured metrics. - getFrequency() - Method in class io.dropwizard.metrics.common.BaseReporterFactory
- getFrequency() - Method in class io.dropwizard.metrics.common.MetricsFactory
- getFrequency() - Method in interface io.dropwizard.metrics.common.ReporterFactory
-
Returns the frequency for reporting metrics.
- getIncludes() - Method in class io.dropwizard.metrics.common.BaseReporterFactory
- getIncludesAttributes() - Method in class io.dropwizard.metrics.common.BaseReporterFactory
- getLocale() - Method in class io.dropwizard.metrics.common.BaseFormattedReporterFactory
- getLogger() - Method in class io.dropwizard.metrics.common.Slf4jReporterFactory
- getLoggerName() - Method in class io.dropwizard.metrics.common.Slf4jReporterFactory
- getMarkerName() - Method in class io.dropwizard.metrics.common.Slf4jReporterFactory
- getOutput() - Method in class io.dropwizard.metrics.common.ConsoleReporterFactory
- getRateUnit() - Method in class io.dropwizard.metrics.common.BaseReporterFactory
- getReporters() - Method in class io.dropwizard.metrics.common.MetricsFactory
- getTimeZone() - Method in class io.dropwizard.metrics.common.ConsoleReporterFactory
- getUseRegexFilters() - Method in class io.dropwizard.metrics.common.BaseReporterFactory
- getUseSubstringMatching() - Method in class io.dropwizard.metrics.common.BaseReporterFactory
I
- io.dropwizard.metrics.common - package io.dropwizard.metrics.common
- isReportOnStop() - Method in class io.dropwizard.metrics.common.MetricsFactory
M
- MetricsFactory - Class in io.dropwizard.metrics.common
-
A factory for configuring the metrics sub-system for the environment.
- MetricsFactory() - Constructor for class io.dropwizard.metrics.common.MetricsFactory
R
- ReporterFactory - Interface in io.dropwizard.metrics.common
-
A service provider interface for creating metrics
reporters
.
S
- ScheduledReporterManager - Class in io.dropwizard.metrics.common
-
Manages a
ScheduledReporter
lifecycle. - ScheduledReporterManager(ScheduledReporter, Duration) - Constructor for class io.dropwizard.metrics.common.ScheduledReporterManager
-
Manages the given
reporter
by reporting with the givenperiod
. - ScheduledReporterManager(ScheduledReporter, Duration, boolean) - Constructor for class io.dropwizard.metrics.common.ScheduledReporterManager
-
Manages the given
reporter
by reporting with the givenperiod
. - setDurationUnit(TimeUnit) - Method in class io.dropwizard.metrics.common.BaseReporterFactory
- setExcludes(Set<String>) - Method in class io.dropwizard.metrics.common.BaseReporterFactory
- setExcludesAttributes(EnumSet<MetricAttribute>) - Method in class io.dropwizard.metrics.common.BaseReporterFactory
- setFile(File) - Method in class io.dropwizard.metrics.common.CsvReporterFactory
- setFrequency(Duration) - Method in class io.dropwizard.metrics.common.MetricsFactory
- setFrequency(Optional<Duration>) - Method in class io.dropwizard.metrics.common.BaseReporterFactory
- setIncludes(Set<String>) - Method in class io.dropwizard.metrics.common.BaseReporterFactory
- setIncludesAttributes(EnumSet<MetricAttribute>) - Method in class io.dropwizard.metrics.common.BaseReporterFactory
- setLocale(Locale) - Method in class io.dropwizard.metrics.common.BaseFormattedReporterFactory
- setLoggerName(String) - Method in class io.dropwizard.metrics.common.Slf4jReporterFactory
- setMarkerName(String) - Method in class io.dropwizard.metrics.common.Slf4jReporterFactory
- setOutput(ConsoleReporterFactory.ConsoleStream) - Method in class io.dropwizard.metrics.common.ConsoleReporterFactory
- setRateUnit(TimeUnit) - Method in class io.dropwizard.metrics.common.BaseReporterFactory
- setReporters(List<ReporterFactory>) - Method in class io.dropwizard.metrics.common.MetricsFactory
- setReportOnStop(boolean) - Method in class io.dropwizard.metrics.common.MetricsFactory
- setTimeZone(TimeZone) - Method in class io.dropwizard.metrics.common.ConsoleReporterFactory
- setUseRegexFilters(boolean) - Method in class io.dropwizard.metrics.common.BaseReporterFactory
- setUseSubstringMatching(boolean) - Method in class io.dropwizard.metrics.common.BaseReporterFactory
- Slf4jReporterFactory - Class in io.dropwizard.metrics.common
-
A
ReporterFactory
forSlf4jReporter
instances. - Slf4jReporterFactory() - Constructor for class io.dropwizard.metrics.common.Slf4jReporterFactory
- start() - Method in class io.dropwizard.metrics.common.ScheduledReporterManager
-
Begins reporting metrics using the configured
ScheduledReporter
. - STDERR - io.dropwizard.metrics.common.ConsoleReporterFactory.ConsoleStream
- STDOUT - io.dropwizard.metrics.common.ConsoleReporterFactory.ConsoleStream
- stop() - Method in class io.dropwizard.metrics.common.ScheduledReporterManager
-
Stops the configured
ScheduledReporter
from reporting metrics.
T
- toString() - Method in class io.dropwizard.metrics.common.MetricsFactory
V
- valueOf(String) - Static method in enum io.dropwizard.metrics.common.ConsoleReporterFactory.ConsoleStream
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.dropwizard.metrics.common.ConsoleReporterFactory.ConsoleStream
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages