Class QueryService.QueryConfig

  • Enclosing class:
    QueryService

    public static final class QueryService.QueryConfig
    extends Object
    Runtime knobs for a query run - currently just the wall-clock budget that aborts long scans.
    • Constructor Detail

      • QueryConfig

        public QueryConfig​(long timeBudgetMs)
    • Method Detail

      • timeBudgetMs

        public long timeBudgetMs()
        Returns:
        the budget in milliseconds
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object