Class UsageComputation

java.lang.Object
com.cloudbees.simplediskusage.UsageComputation

public class UsageComputation extends Object
Compute disk usage of a list of paths. Results are published using listeners registered for interesting paths, so we only walk the disk once. The walker process is throttled to prevent IO starvation for other Jenkins tasks.
  • Constructor Details

    • UsageComputation

      public UsageComputation(List<Path> pathsToScan)
  • Method Details