public class ConsoleReporterFactoryBean extends AbstractScheduledReporterFactoryBean<com.codahale.metrics.ConsoleReporter>
| Modifier and Type | Field and Description |
|---|---|
static String |
CLOCK_REF |
static String |
DURATION_UNIT |
static String |
FILTER_PATTERN |
static String |
FILTER_REF |
static String |
LOCALE |
static String |
OUTPUT_REF |
static String |
PERIOD |
static String |
RATE_UNIT |
static String |
TIMEZONE |
| Constructor and Description |
|---|
ConsoleReporterFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected com.codahale.metrics.ConsoleReporter |
createInstance() |
Class<com.codahale.metrics.ConsoleReporter> |
getObjectType() |
protected long |
getPeriod() |
protected Locale |
parseLocale(String localeString) |
convertDurationString, destroy, getPhase, isAutoStartup, isRunning, start, stop, stopafterPropertiesSet, getBeanFactory, getConversionService, getMetricFilter, getMetricRegistry, getObject, getProperties, getProperty, getProperty, getProperty, getProperty, getPropertyRef, getPropertyRef, hasProperty, isEnabled, isSingleton, metricFilterPattern, setBeanFactory, setEnabled, setMetricRegistry, setPropertiespublic static final String PERIOD
public static final String CLOCK_REF
public static final String OUTPUT_REF
public static final String LOCALE
public static final String TIMEZONE
public static final String DURATION_UNIT
public static final String RATE_UNIT
public static final String FILTER_PATTERN
public static final String FILTER_REF
public Class<com.codahale.metrics.ConsoleReporter> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<com.codahale.metrics.ConsoleReporter>getObjectType in class AbstractReporterFactoryBean<com.codahale.metrics.ConsoleReporter>protected com.codahale.metrics.ConsoleReporter createInstance()
createInstance in class AbstractReporterFactoryBean<com.codahale.metrics.ConsoleReporter>protected long getPeriod()
getPeriod in class AbstractScheduledReporterFactoryBean<com.codahale.metrics.ConsoleReporter>Copyright © 2012-2013. All Rights Reserved.