Package org.epics.archiverappliance.etl
Interface StorageMetricsContext
- All Known Implementing Classes:
ETLMetricsIntoStore
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 TypeMethodDescriptionlonggetTotalSpaceFromCache(String rootFolder) longgetUsableSpaceFromCache(String rootFolder)
-
Method Details
-
getUsableSpaceFromCache
- Throws:
IOException
-
getTotalSpaceFromCache
- Throws:
IOException
-