| Package | Description |
|---|---|
| com.couchbase.client.dcp.highlevel | |
| com.couchbase.client.dcp.highlevel.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionCreated |
class |
CollectionDropped |
class |
CollectionFlushed |
class |
Deletion |
class |
DocumentChange |
class |
FailoverLog |
class |
Mutation |
class |
Rollback |
class |
ScopeCreated |
class |
ScopeDropped |
class |
SeqnoAdvanced
Think of this as a document change event without a document.
|
class |
SnapshotDetails |
class |
StreamEnd |
class |
StreamFailure |
| Modifier and Type | Method and Description |
|---|---|
DatabaseChangeEvent |
DatabaseChangeConsumerOps.poll(long timeout,
TimeUnit unit) |
DatabaseChangeEvent |
DatabaseChangeConsumerOps.take() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImmediateEventDispatcher.dispatch(DatabaseChangeEvent event) |
void |
AsyncEventDispatcher.dispatch(DatabaseChangeEvent event) |
void |
EventDispatcher.dispatch(DatabaseChangeEvent event) |
| Constructor and Description |
|---|
DatabaseChangeConsumerOps(BlockingQueue<DatabaseChangeEvent> queue,
FlowControlMode flowControlMode) |
Copyright © 2021 Couchbase, Inc.. All rights reserved.