Class RandomSelectionStrategy

java.lang.Object
com.couchbase.client.core.service.strategies.RandomSelectionStrategy
All Implemented Interfaces:
SelectionStrategy

public class RandomSelectionStrategy
extends Object
implements SelectionStrategy
Selects the Endpoint based on a random selection of connected Endpoints.
Since:
1.0
Author:
Michael Nitschinger
  • Constructor Details

    • RandomSelectionStrategy

      public RandomSelectionStrategy()
  • Method Details