Package com.linkedin.venice.hadoop
Class InputStorageQuotaTracker
- java.lang.Object
-
- com.linkedin.venice.hadoop.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()
-