Uses of Class
io.debezium.connector.cassandra.CommitLogReadHandlerImpl.RowType
-
Packages that use CommitLogReadHandlerImpl.RowType Package Description io.debezium.connector.cassandra -
-
Uses of CommitLogReadHandlerImpl.RowType in io.debezium.connector.cassandra
Fields in io.debezium.connector.cassandra with type parameters of type CommitLogReadHandlerImpl.RowType Modifier and Type Field Description (package private) static Set<CommitLogReadHandlerImpl.RowType>CommitLogReadHandlerImpl.RowType. supportedRowTypesMethods in io.debezium.connector.cassandra that return CommitLogReadHandlerImpl.RowType Modifier and Type Method Description static CommitLogReadHandlerImpl.RowTypeCommitLogReadHandlerImpl.RowType. getRowType(org.apache.cassandra.db.rows.Unfiltered unfiltered)static CommitLogReadHandlerImpl.RowTypeCommitLogReadHandlerImpl.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.Methods in io.debezium.connector.cassandra with parameters of type CommitLogReadHandlerImpl.RowType Modifier and Type Method Description private voidCommitLogReadHandlerImpl. 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 aRecordobject and queue the record toChangeEventQueue.static booleanCommitLogReadHandlerImpl.RowType. isValid(CommitLogReadHandlerImpl.RowType rowType)private voidCommitLogReadHandlerImpl. populateRegularColumns(RowData after, org.apache.cassandra.db.rows.Row row, CommitLogReadHandlerImpl.RowType rowType, KeyValueSchema schema)
-