Uses of Class
com.couchbase.client.core.service.ServiceContext
Package
Description
-
Uses of ServiceContext in com.couchbase.client.core.cnc.events.service
ModifierConstructorDescriptionServiceAddedEvent
(Duration duration, ServiceContext context) ServiceConnectInitiatedEvent
(ServiceContext context, int minimumEndpoints) ServiceDisconnectInitiatedEvent
(ServiceContext context, int disconnectingEndpoints) ServiceRemovedEvent
(Duration duration, ServiceContext context) ServiceStateChangedEvent
(ServiceContext context, ServiceState oldState, ServiceState newState) -
Uses of ServiceContext in com.couchbase.client.core.endpoint
ModifierConstructorDescriptionAnalyticsEndpoint
(ServiceContext ctx, String hostname, int port) BackupEndpoint
(ServiceContext ctx, String hostname, int port) EventingEndpoint
(ServiceContext ctx, String hostname, int port) KeyValueEndpoint
(ServiceContext ctx, String hostname, int port, Optional<String> bucketname, Authenticator authenticator) ManagerEndpoint
(ServiceContext ctx, String hostname, int port) QueryEndpoint
(ServiceContext ctx, String hostname, int port) SearchEndpoint
(ServiceContext ctx, String hostname, int port) ViewEndpoint
(ServiceContext ctx, String hostname, int port) -
Uses of ServiceContext in com.couchbase.client.core.service
Modifier and TypeMethodDescriptionService.context()
Returns the underlying contextual metadata for this service.