-
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) |
|