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

    Fields
    Modifier and Type
    Field
    Description
    private static final org.slf4j.Logger
    Deprecated.
     

    Fields inherited from class io.debezium.relational.history.AbstractSchemaHistory

    ALL_FIELDS, logger

    Fields 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
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Methods inherited from class io.debezium.storage.redis.history.RedisSchemaHistory

    configure, exists, recoverRecords, start, stop, storageExists, storeRecord

    Methods inherited from class io.debezium.relational.history.AbstractSchemaHistory

    initializeStorage, record, record, recover

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.debezium.relational.history.SchemaHistory

    recover, recover
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
      Deprecated.
  • Constructor Details

    • RedisSchemaHistory

      public RedisSchemaHistory()
      Deprecated.