Package io.debezium.server.redis
Class RedisSchemaHistory
java.lang.Object
io.debezium.relational.history.AbstractSchemaHistory
io.debezium.storage.redis.history.RedisSchemaHistory
io.debezium.server.redis.RedisSchemaHistory
- All Implemented Interfaces:
io.debezium.relational.history.SchemaHistory
@Deprecated
public final class RedisSchemaHistory
extends io.debezium.storage.redis.history.RedisSchemaHistory
Deprecated.
Deprecated and replaced with
RedisSchemaHistory-
Field Summary
FieldsFields inherited from class io.debezium.relational.history.AbstractSchemaHistory
ALL_FIELDS, loggerFields inherited from interface io.debezium.relational.history.SchemaHistory
CONFIGURATION_FIELD_PREFIX_STRING, DDL_FILTER, INTERNAL_CONNECTOR_CLASS, INTERNAL_CONNECTOR_ID, INTERNAL_PREFER_DDL, NAME, SKIP_UNPARSEABLE_DDL_STATEMENTS, STORE_ONLY_CAPTURED_DATABASES_DDL, STORE_ONLY_CAPTURED_TABLES_DDL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.storage.redis.history.RedisSchemaHistory
configure, exists, recoverRecords, start, stop, storageExists, storeRecordMethods inherited from class io.debezium.relational.history.AbstractSchemaHistory
initializeStorage, record, record, recoverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.debezium.relational.history.SchemaHistory
recover, recover
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGERDeprecated.
-
-
Constructor Details
-
RedisSchemaHistory
public RedisSchemaHistory()Deprecated.
-