Uses of Enum 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.RowTypeModifier and TypeFieldDescription(package private) static final Set<Cassandra4CommitLogReadHandlerImpl.RowType>Cassandra4CommitLogReadHandlerImpl.RowType.supportedRowTypesMethods in io.debezium.connector.cassandra that return Cassandra4CommitLogReadHandlerImpl.RowTypeModifier and TypeMethodDescriptionCassandra4CommitLogReadHandlerImpl.RowType.getRowType(org.apache.cassandra.db.rows.Unfiltered unfiltered) Returns the enum constant of this class with the specified name.Cassandra4CommitLogReadHandlerImpl.RowType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.debezium.connector.cassandra with parameters of type Cassandra4CommitLogReadHandlerImpl.RowTypeModifier and TypeMethodDescriptionprivate voidCassandra4CommitLogReadHandlerImpl.handleRangeTombstoneBoundMarker(org.apache.cassandra.db.rows.RangeTombstoneBoundMarker rangeTombstoneMarker, Cassandra4CommitLogReadHandlerImpl.RowType rowType, org.apache.cassandra.db.partitions.PartitionUpdate pu, OffsetPosition offsetPosition, KeyspaceTable keyspaceTable) 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)