Uses of Class
io.debezium.connector.cassandra.KeyValueSchema
-
Packages that use KeyValueSchema Package Description io.debezium.connector.cassandra -
-
Uses of KeyValueSchema in io.debezium.connector.cassandra
Fields in io.debezium.connector.cassandra with type parameters of type KeyValueSchema Modifier and Type Field Description private ConcurrentMap<KeyspaceTable,KeyValueSchema>SchemaHolder. tableToKVSchemaMapMethods in io.debezium.connector.cassandra that return KeyValueSchema Modifier and Type Method Description KeyValueSchemaSchemaHolder. getKeyValueSchema(KeyspaceTable kst)Methods in io.debezium.connector.cassandra with parameters of type KeyValueSchema Modifier and Type Method Description private voidSchemaHolder. addOrUpdateTableSchema(KeyspaceTable kst, KeyValueSchema kvs)private voidCommitLogReadHandlerImpl. populateRegularColumns(RowData after, org.apache.cassandra.db.rows.Row row, CommitLogReadHandlerImpl.RowType rowType, KeyValueSchema schema)
-