Package com.terracottatech.store.usage
Interface PhysicalUsageEvent
- All Superinterfaces:
UsageEvent
-
Method Summary
Methods inherited from interface com.terracottatech.store.usage.UsageEvent
getOccupancy
-
Method Details
-
getUsed
long getUsed()- Returns:
- resource usage at the time when this event got triggered.
-
getTotal
long getTotal()- Returns:
- total resource capacity configured for the resource.
-
getAvailable
long getAvailable()- Returns:
- remaining space which can be used.
-