Uses of Class
io.debezium.operator.api.model.source.storage.offset.InMemoryOffsetStore
Packages that use InMemoryOffsetStore
Package
Description
-
Uses of InMemoryOffsetStore in io.debezium.operator.api.model.source
Fields in io.debezium.operator.api.model.source declared as InMemoryOffsetStoreMethods in io.debezium.operator.api.model.source that return InMemoryOffsetStoreMethods in io.debezium.operator.api.model.source with parameters of type InMemoryOffsetStoreModifier and TypeMethodDescriptionOffsetFluent.editOrNewMemoryLike(InMemoryOffsetStore item) voidOffset.setMemory(InMemoryOffsetStore memory) OffsetFluent.withMemory(InMemoryOffsetStore memory) OffsetFluent.withNewMemoryLike(InMemoryOffsetStore item) Constructors in io.debezium.operator.api.model.source with parameters of type InMemoryOffsetStore -
Uses of InMemoryOffsetStore in io.debezium.operator.api.model.source.storage.offset
Methods in io.debezium.operator.api.model.source.storage.offset that return InMemoryOffsetStoreMethods in io.debezium.operator.api.model.source.storage.offset with parameters of type InMemoryOffsetStoreModifier and TypeMethodDescriptionprotected voidInMemoryOffsetStoreFluent.copyInstance(InMemoryOffsetStore instance) Constructors in io.debezium.operator.api.model.source.storage.offset with parameters of type InMemoryOffsetStoreModifierConstructorDescriptionInMemoryOffsetStoreBuilder(InMemoryOffsetStoreFluent<?> fluent, InMemoryOffsetStore instance) InMemoryOffsetStoreFluent(InMemoryOffsetStore instance)