| Package | Description |
|---|---|
| com.couchbase.client.dcp | |
| com.couchbase.client.dcp.buffer | |
| com.couchbase.client.dcp.conductor | |
| com.couchbase.client.dcp.highlevel.internal |
| Modifier and Type | Method and Description |
|---|---|
ControlEventHandler |
Client.Environment.controlEventHandler()
Returns the current attached control event handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Client.controlEventHandler(ControlEventHandler controlEventHandler)
Stores a
ControlEventHandler to be called when control events happen. |
void |
Client.Environment.setControlEventHandler(ControlEventHandler controlEventHandler)
Set/Override the control event handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StreamEventBuffer
When rollback mitigation / persistence polling is enabled, the stream event buffer
intercepts stream events and stores them until being notified that persistence is observed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamEventBuffer.setControlEventHandler(ControlEventHandler controlEventHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
DcpChannelControlHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
EventHandlerAdapter
Bridges the gap between the various low-level callback handlers and the
high-level
DatabaseChangeListener. |
Copyright © 2021 Couchbase, Inc.. All rights reserved.