Class SchemaHistory
java.lang.Object
io.debezium.operator.api.model.source.SchemaHistory
- All Implemented Interfaces:
ConfigMappable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FileSchemaHistoryStoreprivate InMemorySchemaHistoryStoreprivate RedisSchemaHistoryStoreprivate CustomStore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()getRedis()getStore()voidvoidsetMemory(InMemorySchemaHistoryStore memory) voidsetRedis(RedisSchemaHistoryStore redis) voidsetStore(CustomStore store)
-
Field Details
-
file
@JsonPropertyDescription("File backed schema history store configuration") private FileSchemaHistoryStore file -
memory
@JsonPropertyDescription("Memory backed schema history store configuration") private InMemorySchemaHistoryStore memory -
redis
@JsonPropertyDescription("Redis backed schema history store configuration") private RedisSchemaHistoryStore redis -
store
-
-
Constructor Details
-
SchemaHistory
public SchemaHistory()
-
-
Method Details
-
getFile
-
setFile
-
getMemory
-
setMemory
-
getRedis
-
setRedis
-
getStore
-
setStore
-
getActiveStore
-
asConfiguration
- Specified by:
asConfigurationin interfaceConfigMappable
-