Package com.codahale.metrics
Interface CsvFileProvider
-
- All Known Implementing Classes:
FixedNameCsvFileProvider
public interface CsvFileProviderThis interface allows a pluggable implementation of what file names theCsvReporterwill write to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilegetFile(File directory, String metricName)
-