Uses of Class
io.debezium.operator.api.model.source.storage.schema.RedisSchemaHistoryStore
Packages that use RedisSchemaHistoryStore
Package
Description
-
Uses of RedisSchemaHistoryStore in io.debezium.operator.api.model.source
Fields in io.debezium.operator.api.model.source declared as RedisSchemaHistoryStoreMethods in io.debezium.operator.api.model.source that return RedisSchemaHistoryStoreMethods in io.debezium.operator.api.model.source with parameters of type RedisSchemaHistoryStoreModifier and TypeMethodDescriptionSchemaHistoryFluent.editOrNewRedisLike(RedisSchemaHistoryStore item) voidSchemaHistory.setRedis(RedisSchemaHistoryStore redis) SchemaHistoryFluent.withNewRedisLike(RedisSchemaHistoryStore item) SchemaHistoryFluent.withRedis(RedisSchemaHistoryStore redis) Constructors in io.debezium.operator.api.model.source with parameters of type RedisSchemaHistoryStore -
Uses of RedisSchemaHistoryStore in io.debezium.operator.api.model.source.storage.schema
Methods in io.debezium.operator.api.model.source.storage.schema that return RedisSchemaHistoryStoreMethods in io.debezium.operator.api.model.source.storage.schema with parameters of type RedisSchemaHistoryStoreModifier and TypeMethodDescriptionprotected voidRedisSchemaHistoryStoreFluent.copyInstance(RedisSchemaHistoryStore instance) Constructors in io.debezium.operator.api.model.source.storage.schema with parameters of type RedisSchemaHistoryStoreModifierConstructorDescriptionRedisSchemaHistoryStoreBuilder(RedisSchemaHistoryStoreFluent<?> fluent, RedisSchemaHistoryStore instance)