Class InputStorageQuotaTracker

java.lang.Object
com.linkedin.venice.hadoop.InputStorageQuotaTracker

public class InputStorageQuotaTracker extends 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 Details

    • InputStorageQuotaTracker

      public InputStorageQuotaTracker(Long storeStorageQuota)
  • Method Details

    • exceedQuota

      public boolean exceedQuota(long totalInputStorageSizeInBytes)
    • getStoreStorageQuota

      @Nullable public Long getStoreStorageQuota()