Uses of Class
io.debezium.operator.api.model.runtime.storage.DataStorage
Packages that use DataStorage
-
Uses of DataStorage in io.debezium.operator.api.model.runtime.storage
Fields in io.debezium.operator.api.model.runtime.storage declared as DataStorageMethods in io.debezium.operator.api.model.runtime.storage that return DataStorageMethods in io.debezium.operator.api.model.runtime.storage with parameters of type DataStorageModifier and TypeMethodDescriptionprotected voidDataStorageFluent.copyInstance(DataStorage instance) voidRuntimeStorage.setData(DataStorage data) Constructors in io.debezium.operator.api.model.runtime.storage with parameters of type DataStorageModifierConstructorDescriptionDataStorageBuilder(DataStorage instance) DataStorageBuilder(DataStorageFluent<?> fluent, DataStorage instance) DataStorageFluent(DataStorage instance)