Class HelixGroupRoundRobinStrategy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void finishRequest​(long requestId, int groupId)
      Notify the corresponding Helix Group that the request is completed, and the implementation will decide whether any cleanup is required or not.
      int getAvgGroupPendingRequest()
      Get the average of the pending requests among all the groups
      int getMaxGroupPendingRequest()
      Get the maximum of the pending requests among all the groups
      int getMinGroupPendingRequest()
      Get the minimum of the pending requests among all the groups
      int selectGroup​(long requestId, int groupNum)
      Select a Helix Group for the current request.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait