Package | Description |
---|---|
com.couchbase.client.core.service |
Constructor and 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) |
Copyright © 2018 Couchbase, Inc.. All rights reserved.