Uses of Class
io.debezium.operator.api.model.source.storage.schema.InMemorySchemaHistoryStore
Packages that use InMemorySchemaHistoryStore
Package
Description
-
Uses of InMemorySchemaHistoryStore in io.debezium.operator.api.model.source
Fields in io.debezium.operator.api.model.source declared as InMemorySchemaHistoryStoreMethods in io.debezium.operator.api.model.source that return InMemorySchemaHistoryStoreMethods in io.debezium.operator.api.model.source with parameters of type InMemorySchemaHistoryStoreModifier and TypeMethodDescriptionSchemaHistoryFluent.editOrNewMemoryLike(InMemorySchemaHistoryStore item) voidSchemaHistory.setMemory(InMemorySchemaHistoryStore memory) SchemaHistoryFluent.withMemory(InMemorySchemaHistoryStore memory) SchemaHistoryFluent.withNewMemoryLike(InMemorySchemaHistoryStore item) Constructors in io.debezium.operator.api.model.source with parameters of type InMemorySchemaHistoryStore -
Uses of InMemorySchemaHistoryStore in io.debezium.operator.api.model.source.storage.schema
Methods in io.debezium.operator.api.model.source.storage.schema that return InMemorySchemaHistoryStoreMethods in io.debezium.operator.api.model.source.storage.schema with parameters of type InMemorySchemaHistoryStoreModifier and TypeMethodDescriptionprotected voidInMemorySchemaHistoryStoreFluent.copyInstance(InMemorySchemaHistoryStore instance) Constructors in io.debezium.operator.api.model.source.storage.schema with parameters of type InMemorySchemaHistoryStoreModifierConstructorDescriptionInMemorySchemaHistoryStoreBuilder(InMemorySchemaHistoryStoreFluent<?> fluent, InMemorySchemaHistoryStore instance)