Uses of Class
io.debezium.connector.cassandra.Cassandra4CommitLogReadHandlerImpl.RowType
-
-
Uses of Cassandra4CommitLogReadHandlerImpl.RowType in io.debezium.connector.cassandra
Fields in io.debezium.connector.cassandra with type parameters of type Cassandra4CommitLogReadHandlerImpl.RowType Modifier and Type Field Description (package private) static Set<Cassandra4CommitLogReadHandlerImpl.RowType>Cassandra4CommitLogReadHandlerImpl.RowType. supportedRowTypesMethods in io.debezium.connector.cassandra that return Cassandra4CommitLogReadHandlerImpl.RowType Modifier and Type Method Description static Cassandra4CommitLogReadHandlerImpl.RowTypeCassandra4CommitLogReadHandlerImpl.RowType. getRowType(org.apache.cassandra.db.rows.Unfiltered unfiltered)static Cassandra4CommitLogReadHandlerImpl.RowTypeCassandra4CommitLogReadHandlerImpl.RowType. valueOf(String name)Returns the enum constant of this type with the specified name.static Cassandra4CommitLogReadHandlerImpl.RowType[]Cassandra4CommitLogReadHandlerImpl.RowType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.debezium.connector.cassandra with parameters of type Cassandra4CommitLogReadHandlerImpl.RowType Modifier and Type Method Description private voidCassandra4CommitLogReadHandlerImpl. handleRowModifications(org.apache.cassandra.db.rows.Row row, Cassandra4CommitLogReadHandlerImpl.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 aRecordobject and queue the record toChangeEventQueue.static booleanCassandra4CommitLogReadHandlerImpl.RowType. isValid(Cassandra4CommitLogReadHandlerImpl.RowType rowType)private voidCassandra4CommitLogReadHandlerImpl. populateRegularColumns(RowData after, org.apache.cassandra.db.rows.Row row, Cassandra4CommitLogReadHandlerImpl.RowType rowType, KeyValueSchema schema)
-