Class SourceInfo

java.lang.Object
io.debezium.connector.AbstractSourceInfo
io.debezium.connector.cassandra.SourceInfo

public class SourceInfo extends io.debezium.connector.AbstractSourceInfo
Metadata about the source of the change event
  • Field Details

  • Constructor Details

  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • timestamp

      protected Instant timestamp()
      Specified by:
      timestamp in class io.debezium.connector.AbstractSourceInfo
    • tsMicroInLong

      protected long tsMicroInLong()
    • snapshot

      protected io.debezium.connector.SnapshotRecord snapshot()
      Specified by:
      snapshot in class io.debezium.connector.AbstractSourceInfo
    • database

      protected String database()
      Specified by:
      database in class io.debezium.connector.AbstractSourceInfo