Class RandomStickyConnectionLoadBalancingPolicy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int select​(int max)
      Returns the selected index according to the policy implementation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RandomStickyConnectionLoadBalancingPolicy

        public RandomStickyConnectionLoadBalancingPolicy()
    • Method Detail

      • select

        public int select​(int max)
        Description copied from interface: ConnectionLoadBalancingPolicy
        Returns the selected index according to the policy implementation.
        Specified by:
        select in interface ConnectionLoadBalancingPolicy
        Parameters:
        max - maximum position index that can be selected
        See Also:
        Random.nextInt(int)