| Package | Description |
|---|---|
| io.debezium.connector.cassandra |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeRecord
An internal representation of a create/update/delete event.
|
class |
EOFEvent
An EOFEvent is an event that indicates a commit log has been processed (successfully or not).
|
class |
Record
An immutable data structure representing a change event, and can be converted
to a kafka connect Struct representing key/value of the change event.
|
class |
TombstoneRecord
A TombstoneRecord is a record which has the same key as a delete event but has null value.
|
| Modifier and Type | Field and Description |
|---|---|
private io.debezium.connector.base.ChangeEventQueue<Event> |
SnapshotProcessor.queue |
private io.debezium.connector.base.ChangeEventQueue<Event> |
QueueProcessor.queue |
private io.debezium.connector.base.ChangeEventQueue<Event> |
CommitLogReadHandlerImpl.queue |
private io.debezium.connector.base.ChangeEventQueue<Event> |
CommitLogProcessor.queue |
private io.debezium.connector.base.ChangeEventQueue<Event> |
CassandraConnectorContext.queue |
| Modifier and Type | Method and Description |
|---|---|
io.debezium.connector.base.ChangeEventQueue<Event> |
CassandraConnectorContext.getQueue() |
| Modifier and Type | Method and Description |
|---|---|
private void |
QueueProcessor.processEvent(Event event) |
| Constructor and Description |
|---|
CommitLogReadHandlerImpl(SchemaHolder schemaHolder,
io.debezium.connector.base.ChangeEventQueue<Event> queue,
OffsetWriter offsetWriter,
RecordMaker recordMaker,
CommitLogProcessorMetrics metrics) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.