Class KafkaSpannerSchema

java.lang.Object
io.debezium.connector.spanner.schema.KafkaSpannerSchema
All Implemented Interfaces:
io.debezium.schema.DatabaseSchema<TableId>, AutoCloseable

public class KafkaSpannerSchema extends Object implements io.debezium.schema.DatabaseSchema<TableId>
Kafka record schema for Spanner DB tables
  • Field Details

  • Constructor Details

  • Method Details

    • schemaFor

      public io.debezium.schema.DataCollectionSchema schemaFor(TableId tableId)
      Specified by:
      schemaFor in interface io.debezium.schema.DatabaseSchema<TableId>
    • tableInformationComplete

      public boolean tableInformationComplete()
      Specified by:
      tableInformationComplete in interface io.debezium.schema.DatabaseSchema<TableId>
    • isHistorized

      public boolean isHistorized()
      Specified by:
      isHistorized in interface io.debezium.schema.DatabaseSchema<TableId>
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • resetCache

      public void resetCache()