Class FixedNameCsvFileProvider

  • All Implemented Interfaces:
    CsvFileProvider

    public class FixedNameCsvFileProvider
    extends Object
    implements CsvFileProvider
    This implementation of the CsvFileProvider will always return the same name for the same metric. This means the CSV file will grow indefinitely.
    • Constructor Detail

      • FixedNameCsvFileProvider

        public FixedNameCsvFileProvider()