Package 

Class BucketUsage

  • All Implemented Interfaces:

    
    public class BucketUsage
    
                        

    Contains the list of all Buckets Usage.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      BucketUsage()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getBucketName() Get current bucket Name
      long getBudget() Get total budget for current bucket in bytes.
      long getRemaining() Get remaining budget for current bucket in bytes.
      long getUsed() Get Used budget for current bucket in bytes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BucketUsage

        BucketUsage()
    • Method Detail

      • getBudget

         long getBudget()

        Get total budget for current bucket in bytes.

      • getRemaining

         long getRemaining()

        Get remaining budget for current bucket in bytes.

      • getUsed

         long getUsed()

        Get Used budget for current bucket in bytes.