Interface QueryLaningStrategy

    • Method Detail

      • getLaneLimits

        it.unimi.dsi.fastutil.objects.Object2IntMap<String> getLaneLimits​(int totalLimit)
        Provide a map of lane names to the limit on the number of concurrent queries for that lane
        Parameters:
        totalLimit -
      • computeLimitFromPercent

        default int computeLimitFromPercent​(int totalLimit,
                                            int value)