public class RoundRobinSelectionStrategy extends Object implements SelectionStrategy
Short description of class
Constructor and Description |
---|
RoundRobinSelectionStrategy() |
Modifier and Type | Method and Description |
---|---|
Endpoint |
select(CouchbaseRequest request,
Endpoint[] endpoints)
Selects an
Endpoint for the given CouchbaseRequest . |
public Endpoint select(CouchbaseRequest request, Endpoint[] endpoints)
Selects an Endpoint
for the given CouchbaseRequest
.
select
in interface SelectionStrategy
request
- the input request.endpoints
- all the available endpoints.Copyright © 2016 Couchbase, Inc.. All rights reserved.