| Package | Description |
|---|---|
| io.debezium.connector.cassandra |
| Modifier and Type | Field and Description |
|---|---|
OffsetPosition |
SourceInfo.offsetPosition |
| Modifier and Type | Method and Description |
|---|---|
static OffsetPosition |
OffsetPosition.defaultOffsetPosition() |
static OffsetPosition |
OffsetPosition.parse(String offset) |
| Modifier and Type | Method and Description |
|---|---|
int |
OffsetPosition.compareTo(OffsetPosition other) |
private void |
CommitLogReadHandlerImpl.handlePartitionDeletion(org.apache.cassandra.db.partitions.PartitionUpdate pu,
OffsetPosition offsetPosition,
KeyspaceTable keyspaceTable)
Handle a valid deletion event resulted from a partition-level deletion by converting Cassandra representation
of this event into a
Record object and queue the record to BlockingEventQueue. |
private void |
CommitLogReadHandlerImpl.handleRowModifications(org.apache.cassandra.db.rows.Row row,
CommitLogReadHandlerImpl.RowType rowType,
org.apache.cassandra.db.partitions.PartitionUpdate pu,
OffsetPosition offsetPosition,
KeyspaceTable keyspaceTable)
Handle a valid event resulted from a row-level modification by converting Cassandra representation of
this event into a
Record object and queue the record to BlockingEventQueue. |
private void |
CommitLogReadHandlerImpl.process(org.apache.cassandra.db.partitions.PartitionUpdate pu,
OffsetPosition offsetPosition,
KeyspaceTable keyspaceTable)
Method which processes a partition update if it's valid (either a single-row partition-level
deletion or a row-level modification) or throw an exception if it isn't.
|
void |
SourceInfo.update(String cluster,
OffsetPosition offsetPosition,
KeyspaceTable keyspaceTable,
boolean snapshot,
Instant tsMicro) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.