Uses of Class
io.debezium.connector.cassandra.CassandraOffsetContext
Packages that use CassandraOffsetContext
-
Uses of CassandraOffsetContext in io.debezium.connector.cassandra
Fields in io.debezium.connector.cassandra declared as CassandraOffsetContextModifier and TypeFieldDescriptionprivate final CassandraOffsetContextComponentFactoryDebezium.offsetprivate final CassandraOffsetContextSourceRecordEmitter.offsetMethods in io.debezium.connector.cassandra that return CassandraOffsetContextModifier and TypeMethodDescriptionMethods in io.debezium.connector.cassandra that return types with arguments of type CassandraOffsetContextModifier and TypeMethodDescriptionprotected io.debezium.pipeline.ChangeEventSourceCoordinator<CassandraPartition, CassandraOffsetContext> AbstractConnectorTask.start(io.debezium.config.Configuration config) Constructors in io.debezium.connector.cassandra with parameters of type CassandraOffsetContextModifierConstructorDescriptionComponentFactoryDebezium(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)