Uses of Class
io.debezium.connector.cassandra.KeyValueSchema
Packages that use KeyValueSchema
-
Uses of KeyValueSchema in io.debezium.connector.cassandra
Fields in io.debezium.connector.cassandra with type parameters of type KeyValueSchemaModifier and TypeFieldDescriptionprivate final ConcurrentMap<KeyspaceTable,KeyValueSchema> SchemaHolder.tableToKVSchemaMapMethods in io.debezium.connector.cassandra that return KeyValueSchemaModifier and TypeMethodDescriptionKeyValueSchema.KeyValueSchemaBuilder.build()protected KeyValueSchemaAbstractSchemaChangeListener.getKeyValueSchema(com.datastax.oss.driver.api.core.metadata.schema.TableMetadata tm) SchemaHolder.getKeyValueSchema(KeyspaceTable kst) Methods in io.debezium.connector.cassandra with parameters of type KeyValueSchemaModifier and TypeMethodDescriptionprotected voidSchemaHolder.addOrUpdateTableSchema(KeyspaceTable kst, KeyValueSchema kvs)