Package io.debezium.connector.cassandra
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
-
-
Constructor Summary
Constructors Constructor Description KeyspaceTable(com.datastax.driver.core.TableMetadata tableMetadata)KeyspaceTable(String keyspace, String table)
-