Interface QueryQuotaManager

    • Method Summary

      Modifier and Type Method Description
      boolean acquire​(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:
        true if the table quota has not been reached, false otherwise