Class SearchEndpoint
java.lang.Object
com.couchbase.client.core.endpoint.BaseEndpoint
com.couchbase.client.core.endpoint.SearchEndpoint
- All Implemented Interfaces:
Endpoint,Stateful<EndpointState>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PipelineInitializerReturns the initialize which adds endpoint-specific handlers to the pipeline.Methods inherited from class com.couchbase.client.core.endpoint.BaseEndpoint
channelFutureIntoMono, connect, context, decrementOutstandingRequests, diagnostics, disconnect, freeToWrite, lastConnectAttemptFailure, lastConnectedAt, lastResponseReceived, markRequestCompletion, notifyChannelInactive, outstandingRequests, pipelined, receivedDisconnectSignal, remoteAddress, remoteHostname, remotePort, send, state, states
-
Constructor Details
-
SearchEndpoint
-
-
Method Details
-
pipelineInitializer
Description copied from class:BaseEndpointReturns the initialize which adds endpoint-specific handlers to the pipeline.- Specified by:
pipelineInitializerin classBaseEndpoint
-