Uses of Interface
com.couchbase.client.core.service.Service.EndpointFactory
-
Packages that use Service.EndpointFactory Package Description com.couchbase.client.core.service -
-
Uses of Service.EndpointFactory in com.couchbase.client.core.service
Constructors in com.couchbase.client.core.service with parameters of type Service.EndpointFactory Constructor Description AbstractDynamicService(String hostname, String bucket, String username, String password, int port, CoreContext ctx, int minEndpoints, Service.EndpointFactory endpointFactory)
AbstractLazyService(String hostname, String bucket, String username, String password, int port, CoreContext ctx, Service.EndpointFactory endpointFactory)
AbstractOnDemandService(String hostname, String bucket, String username, String password, int port, CoreContext ctx, Service.EndpointFactory endpointFactory)
AbstractPoolingService(String hostname, String bucket, String username, String password, int port, CoreContext ctx, int minEndpoints, int maxEndpoints, SelectionStrategy strategy, Service.EndpointFactory endpointFactory)
-