Constant Field Values

Contents

io.debezium.*

  • io.debezium.operator.api.model.source.storage.offset.FileOffsetStore
    Modifier and Type
    Constant Field
    Value
    public static final String
    "org.apache.kafka.connect.storage.FileOffsetBackingStore"
  • io.debezium.operator.api.model.source.storage.offset.InMemoryOffsetStore
    Modifier and Type
    Constant Field
    Value
    public static final String
    "org.apache.kafka.connect.storage.MemoryOffsetBackingStore"
  • io.debezium.operator.api.model.source.storage.offset.RedisOffsetStore
    Modifier and Type
    Constant Field
    Value
    public static final String
    "io.debezium.storage.redis.offset.RedisOffsetBackingStore"
  • io.debezium.operator.api.model.source.storage.schema.FileSchemaHistoryStore
    Modifier and Type
    Constant Field
    Value
    public static final String
    "io.debezium.storage.file.history.FileSchemaHistory"
  • io.debezium.operator.api.model.source.storage.schema.InMemorySchemaHistoryStore
    Modifier and Type
    Constant Field
    Value
    public static final String
    "io.debezium.relational.history.MemorySchemaHistory"
  • io.debezium.operator.api.model.source.storage.schema.RedisSchemaHistoryStore
    Modifier and Type
    Constant Field
    Value
    public static final String
    "io.debezium.storage.redis.history.RedisSchemaHistory"