Modifier and Type | Method and Description |
---|---|
protected AbstractEndpoint |
AbstractGenericHandler.endpoint()
The parent endpoint.
|
Constructor and Description |
---|
AbstractGenericHandler(AbstractEndpoint endpoint,
com.lmax.disruptor.EventSink<ResponseEvent> responseBuffer,
boolean isTransient,
boolean pipeline)
Creates a new
AbstractGenericHandler with the default queue. |
AbstractGenericHandler(AbstractEndpoint endpoint,
com.lmax.disruptor.EventSink<ResponseEvent> responseBuffer,
Queue<REQUEST> queue,
boolean isTransient,
boolean pipeline)
Creates a new
AbstractGenericHandler with a custom queue. |
Modifier and Type | Class and Description |
---|---|
class |
AnalyticsEndpoint
This endpoint defines the pipeline for analytics requests and responses.
|
Constructor and Description |
---|
AnalyticsHandler(AbstractEndpoint endpoint,
com.lmax.disruptor.RingBuffer<ResponseEvent> responseBuffer,
boolean isTransient,
boolean pipeline)
Creates a new
AnalyticsHandler with the default queue for requests. |
Modifier and Type | Class and Description |
---|---|
class |
ConfigEndpoint |
Constructor and Description |
---|
ConfigHandler(AbstractEndpoint endpoint,
com.lmax.disruptor.EventSink<ResponseEvent> responseBuffer,
boolean isTransient,
boolean pipeline)
Creates a new
ConfigHandler with the default queue for requests. |
Modifier and Type | Class and Description |
---|---|
class |
KeyValueEndpoint
This endpoint defines the pipeline for binary requests and responses.
|
Constructor and Description |
---|
KeyValueHandler(AbstractEndpoint endpoint,
com.lmax.disruptor.EventSink<ResponseEvent> responseBuffer,
boolean isTransient,
boolean pipeline)
Creates a new
KeyValueHandler with the default queue for requests. |
Modifier and Type | Class and Description |
---|---|
class |
QueryEndpoint
This endpoint defines the pipeline for query requests and responses (N1QL).
|
Constructor and Description |
---|
QueryHandler(AbstractEndpoint endpoint,
com.lmax.disruptor.RingBuffer<ResponseEvent> responseBuffer,
boolean isTransient,
boolean pipeline)
Creates a new
QueryHandler with the default queue for requests. |
QueryHandlerV2(AbstractEndpoint endpoint,
com.lmax.disruptor.RingBuffer<ResponseEvent> responseBuffer,
boolean isTransient,
boolean pipeline)
Creates a new
QueryHandlerV2 with the default queue for requests. |
Modifier and Type | Class and Description |
---|---|
class |
SearchEndpoint
This endpoint defines the pipeline for search requests and responses (CBFT).
|
Constructor and Description |
---|
SearchHandler(AbstractEndpoint endpoint,
com.lmax.disruptor.EventSink<ResponseEvent> responseBuffer,
boolean isTransient,
boolean pipeline) |
Modifier and Type | Class and Description |
---|---|
class |
ViewEndpoint
This endpoint defines the pipeline for binary requests and responses.
|
Constructor and Description |
---|
ViewHandler(AbstractEndpoint endpoint,
com.lmax.disruptor.RingBuffer<ResponseEvent> responseBuffer,
boolean isTransient,
boolean pipeline)
Creates a new
ViewHandler with the default queue for requests. |
Copyright © 2017 Couchbase, Inc.. All rights reserved.