@Deprecated public class DCPService extends AbstractLazyService
Service.EndpointFactory
Constructor and Description |
---|
DCPService(String hostname,
String bucket,
String password,
int port,
CoreEnvironment env,
com.lmax.disruptor.RingBuffer<ResponseEvent> responseBuffer)
Deprecated.
|
DCPService(String hostname,
String bucket,
String username,
String password,
int port,
CoreEnvironment env,
com.lmax.disruptor.RingBuffer<ResponseEvent> responseBuffer)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ServiceType |
type()
Deprecated.
Returns the type for the given
Service . |
dispatch
connect, createEndpoint, disconnect, endpoints, endpointStates, logIdent, mapping, send, whenState
hasSubscribers, isState, state, states, transitionState
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasSubscribers, isState, state, states
@Deprecated public DCPService(String hostname, String bucket, String password, int port, CoreEnvironment env, com.lmax.disruptor.RingBuffer<ResponseEvent> responseBuffer)
public DCPService(String hostname, String bucket, String username, String password, int port, CoreEnvironment env, com.lmax.disruptor.RingBuffer<ResponseEvent> responseBuffer)
public ServiceType type()
Service
Returns the type for the given Service
.
Copyright © 2017 Couchbase, Inc.. All rights reserved.