Interface UsageTracker
-
- All Known Implementing Classes:
StandardQuotaStrategy
public interface UsageTrackerInterface through which disk usage levels can be set and queried.- Author:
- Matt Ward
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longaddUsageBytes(long sizeDelta)longgetCurrentUsageBytes()voidsetCurrentUsageBytes(long newDiskUsage)
-