Class RandomStrategy<T>

java.lang.Object
org.apache.curator.x.discovery.strategies.RandomStrategy<T>
All Implemented Interfaces:
ProviderStrategy<T>

public class RandomStrategy<T> extends Object implements ProviderStrategy<T>
This strategy always picks a random instance from the list
  • Constructor Details

    • RandomStrategy

      public RandomStrategy()
  • Method Details