public class CsvReporterFactoryBean extends AbstractScheduledReporterFactoryBean<com.codahale.metrics.CsvReporter>
| Modifier and Type | Field and Description |
|---|---|
static String |
CLOCK_REF |
static String |
DIRECTORY |
static String |
DURATION_UNIT |
static String |
LOCALE |
static String |
PERIOD |
static String |
RATE_UNIT |
FILTER_PATTERN, FILTER_REF, PREFIX, PREFIX_SUPPLIER_REF| Constructor and Description |
|---|
CsvReporterFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected com.codahale.metrics.CsvReporter |
createInstance() |
Class<com.codahale.metrics.CsvReporter> |
getObjectType() |
protected long |
getPeriod() |
protected Locale |
parseLocale(String localeString) |
convertDurationString, destroy, getPhase, isAutoStartup, isRunning, start, stop, stopafterPropertiesSet, getBeanFactory, getConversionService, getMetricFilter, getMetricRegistry, getObject, getPrefix, 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 DIRECTORY
public static final String LOCALE
public static final String DURATION_UNIT
public static final String RATE_UNIT
public Class<com.codahale.metrics.CsvReporter> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<com.codahale.metrics.CsvReporter>getObjectType in class AbstractReporterFactoryBean<com.codahale.metrics.CsvReporter>protected com.codahale.metrics.CsvReporter createInstance()
createInstance in class AbstractReporterFactoryBean<com.codahale.metrics.CsvReporter>protected long getPeriod()
getPeriod in class AbstractScheduledReporterFactoryBean<com.codahale.metrics.CsvReporter>Copyright © 2012-2015. All Rights Reserved.