public abstract class AbstractPoolingService extends AbstractDynamicService
Abstract implementation of a (fixed size) pooling Service.
Service.EndpointFactory| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPoolingService(String hostname,
String bucket,
String password,
int port,
CoreEnvironment env,
int minEndpoints,
int maxEndpoints,
SelectionStrategy strategy,
com.lmax.disruptor.RingBuffer<ResponseEvent> responseBuffer,
Service.EndpointFactory endpointFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(CouchbaseRequest request) |
connect, createEndpoint, disconnect, endpoints, endpointStates, logIdent, mapping, send, whenStatehasSubscribers, isState, state, states, transitionStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasSubscribers, isState, state, statesprotected AbstractPoolingService(String hostname, String bucket, String password, int port, CoreEnvironment env, int minEndpoints, int maxEndpoints, SelectionStrategy strategy, com.lmax.disruptor.RingBuffer<ResponseEvent> responseBuffer, Service.EndpointFactory endpointFactory)
protected void dispatch(CouchbaseRequest request)
dispatch in class AbstractDynamicServiceCopyright © 2016 Couchbase, Inc.. All rights reserved.