Class UsageForType


  • public class UsageForType
    extends java.lang.Object
    Usage for a storage type.
    • Constructor Summary

      Constructors 
      Constructor Description
      UsageForType​(StorageType storageType, java.lang.Number usage)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      StorageType getStorageType()
      Name of storage type.
      java.lang.Number getUsage()
      Storage usage (bytes).
      • Methods inherited from class java.lang.Object

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

      • UsageForType

        public UsageForType​(StorageType storageType,
                            java.lang.Number usage)
    • Method Detail

      • getStorageType

        public StorageType getStorageType()
        Name of storage type.
      • getUsage

        public java.lang.Number getUsage()
        Storage usage (bytes).