Interface QueryQuotaManager
-
- All Known Implementing Classes:
HelixExternalViewBasedQueryQuotaManager
public interface QueryQuotaManager
-
-
Method Detail
-
acquire
boolean acquire(String tableName)
Try to acquire a quota for the given table.- Parameters:
tableName- Table name with or without type suffix- Returns:
trueif the table quota has not been reached,falseotherwise
-
-