| Package | Description |
|---|---|
| io.debezium.connector.cassandra |
| Modifier and Type | Class and Description |
|---|---|
class |
CommitLogPostProcessor
The
CommitLogPostProcessor is used to post-process commit logs in the COMMIT_LOG_RELOCATION_DIR
once the commit log has been processed by the CommitLogProcessor. |
class |
CommitLogProcessor
The
CommitLogProcessor is used to process CommitLog in CDC directory. |
class |
QueueProcessor
A thread that constantly polls records from the queue and emit them to Kafka via the KafkaRecordEmitter.
|
class |
SchemaProcessor
The schema processor is responsible for periodically
refreshing the table schemas in Cassandra.
|
class |
SnapshotProcessor
This reader is responsible for initial bootstrapping of a table,
which entails converting each row into a change event and enqueueing
that event to the
BlockingEventQueue. |
| Modifier and Type | Field and Description |
|---|---|
private Set<AbstractProcessor> |
CassandraConnectorTask.ProcessorGroup.processors |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
CassandraConnectorTask.ProcessorGroup.addProcessor(AbstractProcessor processor) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.