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 class
AnalyticsEndpoint
class
BaseEndpoint
ThisBaseEndpoint
implements all common logic for endpoints that wrap the IO layer.class
EventingEndpoint
class
KeyValueEndpoint
class
ManagerEndpoint
class
QueryEndpoint
class
SearchEndpoint
class
ViewEndpoint
-
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 Endpoint
AnalyticsService. createEndpoint()
protected Endpoint
EventingService. createEndpoint()
protected Endpoint
KeyValueService. createEndpoint()
protected Endpoint
ManagerService. createEndpoint()
protected Endpoint
QueryService. createEndpoint()
protected Endpoint
SearchService. createEndpoint()
protected Endpoint
ViewService. 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)
-