Interface StorageMetricsContext

  • All Known Implementing Classes:
    ETLMetricsForLifetime

    public interface StorageMetricsContext
    Performance optimization for storage metrics methods. Mostly used to lookup the filestore given the root folder - this can take a lot of time and we cache it for ETL.
    Author:
    mshankar
    • Method Summary

      Modifier and Type Method Description
      FileStore getFileStore​(String rootFolder)