Uses of Package
io.debezium.connector.cassandra
Packages that use io.debezium.connector.cassandra
-
Classes in io.debezium.connector.cassandra used by io.debezium.connector.cassandraClassDescriptionAn abstract processor designed to be a convenient superclass for all concrete processors for Cassandra connector task.A wrapper around Cassandra driver that is used to query Cassandra table and table schema.All configs used by a Cassandra connector agent.The set of predefined SnapshotMode options.Contains contextual information and objects scoped to the lifecycle of CassandraConnectorTask implementation.A processor group consist of one or more processors; each processor will be running on a separate thread.If a concrete connector implementation uses some processor which is specific to that Cassandra version only, implement this interface and use it in
CassandraConnectorTaskTemplate.Cell-level data about the source event.The type of a column in a Cassandra tableInterface used to transfer commit logs.An Event is a single unit that can be enqueued and processed by the QueueProcessorThis field filter selector is designed to determine the filter for excluding fields from a table.A utility class that contains various kinds of filters.An interface that indicates the record can be converted to aStruct.The KeyspaceTable uniquely identifies each table in the Cassandra clusterThis class contains methods to build Kafka Key and Value Schemas from Cassandra table schemas.This policy determines how frequently the offset is flushed to disk.The OffsetPosition uniquely identifies a specificMutationin a specific commit log.Interface for recording offset.An immutable data structure representing a change event, and can be converted to a kafka connect Struct representing key/value of the change event.Responsible for generating ChangeRecord and/or TombstoneRecord for create/update/delete events, as well as EOF events.Row-level data about the source event.Implement this interface in order to provide a Cassandra specific schema change listener reacting on DDL changes.Metadata about the source of the change event