Class InputStorageQuotaTracker


  • public class InputStorageQuotaTracker
    extends java.lang.Object
    This class is used to keep track of store storage quota and storage overhead ratio and check whether the total input data size exceeds the quota
    • Constructor Summary

      Constructors 
      Constructor Description
      InputStorageQuotaTracker​(java.lang.Long storeStorageQuota)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean exceedQuota​(long totalInputStorageSizeInBytes)  
      java.lang.Long getStoreStorageQuota()  
      • Methods inherited from class java.lang.Object

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

      • InputStorageQuotaTracker

        public InputStorageQuotaTracker​(java.lang.Long storeStorageQuota)
    • Method Detail

      • exceedQuota

        public boolean exceedQuota​(long totalInputStorageSizeInBytes)
      • getStoreStorageQuota

        @Nullable
        public java.lang.Long getStoreStorageQuota()