public class CsvConfig extends ScheduledReporterConfigSupport<CsvConfig>
Constructor and Description |
---|
CsvConfig() |
Modifier and Type | Method and Description |
---|---|
CsvConfig |
enable(boolean enabled)
Set the state of the CSV publisher.
|
java.io.File |
getReportDirectory()
The directory to output CSV metrics reports to.
|
boolean |
isEnabled()
The state of the CSV publisher.
|
CsvConfig |
reportDirectory(java.io.File reportDirectory)
Configure the output directory for csv metrics reports.
|
getReporterInterval, reporterInterval
excludeFilter, getExcludeFilter, getIncludeFilter, includeFilter
public boolean isEnabled()
public CsvConfig enable(boolean enabled)
enabled
- True if metrics are published to CSV. False otherwisepublic java.io.File getReportDirectory()
public CsvConfig reportDirectory(java.io.File reportDirectory)
reportDirectory
- The directory to place csv metrics reports