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 EndpointSelectionStrategyAnalyticsService. selectionStrategy()protected EndpointSelectionStrategyKeyValueService. selectionStrategy()protected EndpointSelectionStrategyManagerService. selectionStrategy()protected EndpointSelectionStrategyQueryService. selectionStrategy()protected EndpointSelectionStrategySearchService. selectionStrategy()protected EndpointSelectionStrategyViewService. 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 classPartitionSelectionStrategyclassRoundRobinSelectionStrategy
-