public class SearchEndpoint extends AbstractEndpoint
This endpoint defines the pipeline for search requests and responses (CBFT).
| Constructor and Description |
|---|
SearchEndpoint(String hostname,
String bucket,
String password,
int port,
CoreEnvironment environment,
com.lmax.disruptor.RingBuffer<ResponseEvent> responseBuffer)
Deprecated.
|
SearchEndpoint(String hostname,
String bucket,
String username,
String password,
int port,
CoreEnvironment environment,
com.lmax.disruptor.RingBuffer<ResponseEvent> responseBuffer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
customEndpointHandlers(ChannelPipeline pipeline)
Add custom endpoint handlers to the
ChannelPipeline. |
bucket, connect, connect, disconnect, doConnect, environment, isFree, lastResponse, logIdent, notifyChannelInactive, notifyResponseDecoded, password, responseBuffer, send, signalConfigReload, usernamehasSubscribers, isState, state, states, transitionStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasSubscribers, isState, state, states@Deprecated public SearchEndpoint(String hostname, String bucket, String password, int port, CoreEnvironment environment, com.lmax.disruptor.RingBuffer<ResponseEvent> responseBuffer)
public SearchEndpoint(String hostname, String bucket, String username, String password, int port, CoreEnvironment environment, com.lmax.disruptor.RingBuffer<ResponseEvent> responseBuffer)
protected void customEndpointHandlers(ChannelPipeline pipeline)
AbstractEndpointAdd custom endpoint handlers to the ChannelPipeline.
This method needs to be implemented by the actual endpoint implementations to add specific handlers to the pipeline depending on the endpoint type and intended behavior.
customEndpointHandlers in class AbstractEndpointpipeline - the pipeline where to add handlers.Copyright © 2017 Couchbase, Inc.. All rights reserved.