Class CsvStormReporter
java.lang.Object
org.apache.storm.metrics2.reporters.ScheduledStormReporter
org.apache.storm.metrics2.reporters.CsvStormReporter
- All Implemented Interfaces:
- com.codahale.metrics.Reporter,- Closeable,- AutoCloseable,- StormReporter
- 
Field SummaryFieldsFields inherited from class org.apache.storm.metrics2.reporters.ScheduledStormReporterreporter, reportingPeriod, reportingPeriodUnitFields inherited from interface org.apache.storm.metrics2.reporters.StormReporterREPORT_DIMENSIONS_ENABLED, REPORT_PERIOD, REPORT_PERIOD_UNITS
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.storm.metrics2.reporters.ScheduledStormReportergetMetricsFilter, getReportPeriod, getReportPeriodUnit, isReportDimensionsEnabled, start, stopMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.storm.metrics2.reporters.StormReporterprepare
- 
Field Details- 
CSV_LOG_DIR- See Also:
 
 
- 
- 
Constructor Details- 
CsvStormReporterpublic CsvStormReporter()
 
- 
- 
Method Details- 
prepare
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- ScheduledStormReporter
- Throws:
- IOException
 
 
-