Uses of Class
io.debezium.connector.cassandra.CassandraPartition
Packages that use CassandraPartition
-
Uses of CassandraPartition in io.debezium.connector.cassandra
Fields in io.debezium.connector.cassandra declared as CassandraPartitionModifier and TypeFieldDescriptionprivate final CassandraPartitionComponentFactoryDebezium.partitionprivate final CassandraPartitionSourceRecordEmitter.partitionMethods in io.debezium.connector.cassandra that return types with arguments of type CassandraPartitionModifier and TypeMethodDescriptionCassandraPartition.Provider.getPartitions()protected io.debezium.pipeline.ChangeEventSourceCoordinator<CassandraPartition,CassandraOffsetContext> AbstractConnectorTask.start(io.debezium.config.Configuration config) Constructors in io.debezium.connector.cassandra with parameters of type CassandraPartitionModifierConstructorDescriptionComponentFactoryDebezium(io.debezium.connector.base.ChangeEventQueue<io.debezium.pipeline.DataChangeEvent> queue, CassandraPartition partition, CassandraOffsetContext offset) SourceRecordEmitter(io.debezium.connector.base.ChangeEventQueue<io.debezium.pipeline.DataChangeEvent> queue, io.debezium.spi.topic.TopicNamingStrategy<KeyspaceTable> topicNamingStrategy, CassandraPartition partition, CassandraOffsetContext offset)