| Package | Description |
|---|---|
| io.debezium.connector.cassandra |
| Modifier and Type | Field and Description |
|---|---|
(package private) static Set<CommitLogReadHandlerImpl.RowType> |
CommitLogReadHandlerImpl.RowType.supportedRowTypes |
| Modifier and Type | Method and Description |
|---|---|
static CommitLogReadHandlerImpl.RowType |
CommitLogReadHandlerImpl.RowType.getRowType(org.apache.cassandra.db.rows.Unfiltered unfiltered) |
static CommitLogReadHandlerImpl.RowType |
CommitLogReadHandlerImpl.RowType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommitLogReadHandlerImpl.RowType[] |
CommitLogReadHandlerImpl.RowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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 ChangeEventQueue. |
static boolean |
CommitLogReadHandlerImpl.RowType.isValid(CommitLogReadHandlerImpl.RowType rowType) |
private void |
CommitLogReadHandlerImpl.populateRegularColumns(RowData after,
org.apache.cassandra.db.rows.Row row,
CommitLogReadHandlerImpl.RowType rowType,
SchemaHolder.KeyValueSchema schema) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.