Class KeyspaceTable

java.lang.Object
io.debezium.connector.cassandra.KeyspaceTable
All Implemented Interfaces:
io.debezium.schema.DataCollectionId

public class KeyspaceTable extends Object implements io.debezium.schema.DataCollectionId
The KeyspaceTable uniquely identifies each table in the Cassandra cluster
  • Field Details

    • keyspace

      public final String keyspace
    • table

      public final String table
  • Constructor Details

    • KeyspaceTable

      public KeyspaceTable(String keyspace, String table)
    • KeyspaceTable

      public KeyspaceTable(com.datastax.oss.driver.api.core.metadata.schema.TableMetadata tableMetadata)
  • Method Details

    • name

      public String name()
    • 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
    • identifier

      public String identifier()
      Specified by:
      identifier in interface io.debezium.schema.DataCollectionId