Uses of Interface
com.couchbase.client.core.endpoint.Endpoint
-
Packages that use Endpoint Package Description com.couchbase.client.core.endpoint com.couchbase.client.core.service com.couchbase.client.core.service.strategy -
-
Uses of Endpoint in com.couchbase.client.core.endpoint
Classes in com.couchbase.client.core.endpoint that implement Endpoint Modifier and Type Class Description classAnalyticsEndpointclassBaseEndpointThisBaseEndpointimplements all common logic for endpoints that wrap the IO layer.classKeyValueEndpointclassManagerEndpointclassQueryEndpointclassSearchEndpointclassViewEndpoint -
Uses of Endpoint in com.couchbase.client.core.service
Methods in com.couchbase.client.core.service that return Endpoint Modifier and Type Method Description protected EndpointAnalyticsService. createEndpoint()protected EndpointKeyValueService. createEndpoint()protected EndpointManagerService. createEndpoint()protected EndpointQueryService. createEndpoint()protected EndpointSearchService. createEndpoint()protected EndpointViewService. createEndpoint()<R extends Request<? extends Response>>
EndpointEndpointSelectionStrategy. select(R request, List<Endpoint> endpoints)Method parameters in com.couchbase.client.core.service with type arguments of type Endpoint Modifier and Type Method Description <R extends Request<? extends Response>>
EndpointEndpointSelectionStrategy. select(R request, List<Endpoint> endpoints) -
Uses of Endpoint in com.couchbase.client.core.service.strategy
Methods in com.couchbase.client.core.service.strategy that return Endpoint Modifier and Type Method Description <R extends Request<? extends Response>>
EndpointPartitionSelectionStrategy. select(R request, List<Endpoint> endpoints)<R extends Request<? extends Response>>
EndpointRoundRobinSelectionStrategy. select(R request, List<Endpoint> endpoints)Method parameters in com.couchbase.client.core.service.strategy with type arguments of type Endpoint Modifier and Type Method Description <R extends Request<? extends Response>>
EndpointPartitionSelectionStrategy. select(R request, List<Endpoint> endpoints)<R extends Request<? extends Response>>
EndpointRoundRobinSelectionStrategy. select(R request, List<Endpoint> endpoints)
-