Uses of Class
io.debezium.operator.api.model.source.storage.offset.RedisOffsetStore
Packages that use RedisOffsetStore
Package
Description
-
Uses of RedisOffsetStore in io.debezium.operator.api.model.source
Fields in io.debezium.operator.api.model.source declared as RedisOffsetStoreMethods in io.debezium.operator.api.model.source that return RedisOffsetStoreMethods in io.debezium.operator.api.model.source with parameters of type RedisOffsetStoreModifier and TypeMethodDescriptionOffsetFluent.editOrNewRedisLike(RedisOffsetStore item) voidOffset.setRedis(RedisOffsetStore redis) OffsetFluent.withNewRedisLike(RedisOffsetStore item) OffsetFluent.withRedis(RedisOffsetStore redis) Constructors in io.debezium.operator.api.model.source with parameters of type RedisOffsetStore -
Uses of RedisOffsetStore in io.debezium.operator.api.model.source.storage.offset
Methods in io.debezium.operator.api.model.source.storage.offset that return RedisOffsetStoreMethods in io.debezium.operator.api.model.source.storage.offset with parameters of type RedisOffsetStoreModifier and TypeMethodDescriptionprotected voidRedisOffsetStoreFluent.copyInstance(RedisOffsetStore instance) Constructors in io.debezium.operator.api.model.source.storage.offset with parameters of type RedisOffsetStoreModifierConstructorDescriptionRedisOffsetStoreBuilder(RedisOffsetStore instance) RedisOffsetStoreBuilder(RedisOffsetStoreFluent<?> fluent, RedisOffsetStore instance) RedisOffsetStoreFluent(RedisOffsetStore instance)