Uses of Enum
io.debezium.connector.cassandra.Cassandra3CommitLogReadHandlerImpl.RowType
Packages that use Cassandra3CommitLogReadHandlerImpl.RowType
-
Uses of Cassandra3CommitLogReadHandlerImpl.RowType in io.debezium.connector.cassandra
Fields in io.debezium.connector.cassandra with type parameters of type Cassandra3CommitLogReadHandlerImpl.RowTypeModifier and TypeFieldDescription(package private) static final Set<Cassandra3CommitLogReadHandlerImpl.RowType>Cassandra3CommitLogReadHandlerImpl.RowType.supportedRowTypesMethods in io.debezium.connector.cassandra that return Cassandra3CommitLogReadHandlerImpl.RowTypeModifier and TypeMethodDescriptionCassandra3CommitLogReadHandlerImpl.RowType.getRowType(org.apache.cassandra.db.rows.Unfiltered unfiltered) Returns the enum constant of this type with the specified name.Cassandra3CommitLogReadHandlerImpl.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 Cassandra3CommitLogReadHandlerImpl.RowTypeModifier and TypeMethodDescriptionprivate voidCassandra3CommitLogReadHandlerImpl.handleRangeTombstoneBoundMarker(org.apache.cassandra.db.rows.RangeTombstoneBoundMarker rangeTombstoneMarker, Cassandra3CommitLogReadHandlerImpl.RowType rowType, org.apache.cassandra.db.partitions.PartitionUpdate pu, OffsetPosition offsetPosition, KeyspaceTable keyspaceTable) private voidCassandra3CommitLogReadHandlerImpl.handleRowModifications(org.apache.cassandra.db.rows.Row row, Cassandra3CommitLogReadHandlerImpl.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 booleanCassandra3CommitLogReadHandlerImpl.RowType.isValid(Cassandra3CommitLogReadHandlerImpl.RowType rowType) private voidCassandra3CommitLogReadHandlerImpl.populateRegularColumns(CassandraSchemaFactory.RowData after, org.apache.cassandra.db.rows.Row row, Cassandra3CommitLogReadHandlerImpl.RowType rowType, KeyValueSchema schema)