public class KeyValueService extends AbstractPoolingService
Service.EndpointFactory| Constructor and Description |
|---|
KeyValueService(String hostname,
String bucket,
String password,
int port,
CoreEnvironment env,
com.lmax.disruptor.RingBuffer<ResponseEvent> responseBuffer)
Creates a new
KeyValueService. |
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
type()
Returns the type for the given
Service. |
dispatchconnect, createEndpoint, disconnect, endpoints, endpointStates, logIdent, mapping, send, whenStatehasSubscribers, isState, state, states, transitionStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasSubscribers, isState, state, statespublic KeyValueService(String hostname, String bucket, String password, int port, CoreEnvironment env, com.lmax.disruptor.RingBuffer<ResponseEvent> responseBuffer)
Creates a new KeyValueService.
hostname - the hostname of the service.bucket - the name of the bucket.password - the password of the bucket.port - the port of the service.env - the shared environment.responseBuffer - the shared response buffer.public ServiceType type()
ServiceReturns the type for the given Service.
Copyright © 2016 Couchbase, Inc.. All rights reserved.