Uses of Enum Class
io.debezium.operator.api.model.runtime.storage.StorageType
Packages that use StorageType
-
Uses of StorageType in io.debezium.operator.api.model.runtime.storage
Fields in io.debezium.operator.api.model.runtime.storage declared as StorageTypeModifier and TypeFieldDescriptionprivate StorageTypeDataStorage.typeprivate StorageTypeDataStorageFluent.typeMethods in io.debezium.operator.api.model.runtime.storage that return StorageTypeModifier and TypeMethodDescriptionDataStorage.getType()DataStorageFluent.getType()static StorageTypeReturns the enum constant of this class with the specified name.static StorageType[]StorageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.debezium.operator.api.model.runtime.storage with parameters of type StorageTypeModifier and TypeMethodDescriptionvoidDataStorage.setType(StorageType type) DataStorageFluent.withType(StorageType type)