Interface PhysicalUsageEvent

All Superinterfaces:
UsageEvent

public interface PhysicalUsageEvent extends UsageEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    long
     
    long
     

    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.