Interface QueryQuotaManager
-
- All Known Implementing Classes:
HelixExternalViewBasedQueryQuotaManager
public interface QueryQuotaManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanacquire(String tableName)Try to acquire a quota for the given table.
-
-
-
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
-
-