Uses of Interface
com.couchbase.client.core.service.EndpointSelectionStrategy
-
Packages that use EndpointSelectionStrategy Package Description com.couchbase.client.core.service com.couchbase.client.core.service.strategy -
-
Uses of EndpointSelectionStrategy in com.couchbase.client.core.service
Methods in com.couchbase.client.core.service that return EndpointSelectionStrategy Modifier and Type Method Description protected EndpointSelectionStrategy
AnalyticsService. selectionStrategy()
protected EndpointSelectionStrategy
EventingService. selectionStrategy()
protected EndpointSelectionStrategy
KeyValueService. selectionStrategy()
protected EndpointSelectionStrategy
ManagerService. selectionStrategy()
protected EndpointSelectionStrategy
QueryService. selectionStrategy()
protected EndpointSelectionStrategy
SearchService. selectionStrategy()
protected EndpointSelectionStrategy
ViewService. selectionStrategy()
-
Uses of EndpointSelectionStrategy in com.couchbase.client.core.service.strategy
Classes in com.couchbase.client.core.service.strategy that implement EndpointSelectionStrategy Modifier and Type Class Description class
PartitionSelectionStrategy
class
RoundRobinSelectionStrategy
-