public class Slf4jReporterFactoryBean extends AbstractScheduledReporterFactoryBean<com.codahale.metrics.Slf4jReporter>
| Modifier and Type | Field and Description |
|---|---|
static String |
DURATION_UNIT |
static String |
FILTER_PATTERN |
static String |
FILTER_REF |
static String |
LOGGER |
static String |
MARKER |
static String |
PERIOD |
static String |
RATE_UNIT |
| Constructor and Description |
|---|
Slf4jReporterFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected com.codahale.metrics.Slf4jReporter |
createInstance() |
Class<com.codahale.metrics.Slf4jReporter> |
getObjectType() |
protected long |
getPeriod() |
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 DURATION_UNIT
public static final String RATE_UNIT
public static final String FILTER_PATTERN
public static final String FILTER_REF
public static final String MARKER
public static final String LOGGER
public Class<com.codahale.metrics.Slf4jReporter> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<com.codahale.metrics.Slf4jReporter>getObjectType in class AbstractReporterFactoryBean<com.codahale.metrics.Slf4jReporter>protected com.codahale.metrics.Slf4jReporter createInstance()
createInstance in class AbstractReporterFactoryBean<com.codahale.metrics.Slf4jReporter>protected long getPeriod()
getPeriod in class AbstractScheduledReporterFactoryBean<com.codahale.metrics.Slf4jReporter>Copyright © 2012-2013. All Rights Reserved.