Uses of Class
io.debezium.operator.api.model.source.storage.CustomStore
Packages that use CustomStore
Package
Description
-
Uses of CustomStore in io.debezium.operator.api.model.source
Fields in io.debezium.operator.api.model.source declared as CustomStoreModifier and TypeFieldDescriptionprivate CustomStoreOffset.storeprivate CustomStoreSchemaHistory.storeMethods in io.debezium.operator.api.model.source that return CustomStoreModifier and TypeMethodDescriptionOffsetFluent.buildStore()SchemaHistoryFluent.buildStore()Offset.getStore()SchemaHistory.getStore()Methods in io.debezium.operator.api.model.source with parameters of type CustomStoreModifier and TypeMethodDescriptionOffsetFluent.editOrNewStoreLike(CustomStore item) SchemaHistoryFluent.editOrNewStoreLike(CustomStore item) voidOffset.setStore(CustomStore store) voidSchemaHistory.setStore(CustomStore store) OffsetFluent.withNewStoreLike(CustomStore item) SchemaHistoryFluent.withNewStoreLike(CustomStore item) OffsetFluent.withStore(CustomStore store) SchemaHistoryFluent.withStore(CustomStore store) Constructors in io.debezium.operator.api.model.source with parameters of type CustomStoreModifierConstructorDescription(package private)StoreNested(CustomStore item) (package private)StoreNested(CustomStore item) -
Uses of CustomStore in io.debezium.operator.api.model.source.storage
Methods in io.debezium.operator.api.model.source.storage that return CustomStoreMethods in io.debezium.operator.api.model.source.storage with parameters of type CustomStoreModifier and TypeMethodDescriptionprotected voidCustomStoreFluent.copyInstance(CustomStore instance) Constructors in io.debezium.operator.api.model.source.storage with parameters of type CustomStoreModifierConstructorDescriptionCustomStoreBuilder(CustomStore instance) CustomStoreBuilder(CustomStoreFluent<?> fluent, CustomStore instance) CustomStoreFluent(CustomStore instance)