Interface DiskUsageManager

All Known Implementing Classes:
DiskUsageManagerImpl

@Internal public interface DiskUsageManager
Manages the usage for ArtifactHandlers
Since:
5.9
  • Method Details

    • invalidateDiskUsageByArtifacts

      void invalidateDiskUsageByArtifacts()
      Invalidates disk usage values. Next time findUsedStorage() (String)} called values will be refreshed
    • findUsedStorage

      Map<String,Long> findUsedStorage()
      Retrieve all artifact sizes for each artifact handler type.
      Returns:
      the map of all artifact sizes grouped by artifactHandlerPluginKey.
      Since:
      9.3