Uses of Interface
io.debezium.connector.cassandra.OffsetWriter
Packages that use OffsetWriter
-
Uses of OffsetWriter in io.debezium.connector.cassandra
Classes in io.debezium.connector.cassandra that implement OffsetWriterModifier and TypeClassDescriptionclassA concrete implementation ofOffsetWriterwhich tracks the progress of events being processed by theSnapshotProcessorand respective commit log processor to property files, snapshot_offset.properties and commitlog_offset.properties, respectively.Fields in io.debezium.connector.cassandra declared as OffsetWriterModifier and TypeFieldDescriptionprivate OffsetWriterCassandraConnectorContext.offsetWriterprivate final OffsetWriterKafkaRecordEmitter.offsetWriterprivate final OffsetWriterSnapshotProcessor.offsetWriterMethods in io.debezium.connector.cassandra that return OffsetWriterModifier and TypeMethodDescriptionCassandraConnectorContext.getOffsetWriter()ComponentFactory.offsetWriter(CassandraConnectorConfig config) ComponentFactoryDebezium.offsetWriter(CassandraConnectorConfig config) ComponentFactoryStandalone.offsetWriter(CassandraConnectorConfig config) Constructors in io.debezium.connector.cassandra with parameters of type OffsetWriterModifierConstructorDescriptionCassandraConnectorContext(CassandraConnectorConfig config, SchemaLoader schemaLoader, SchemaChangeListenerProvider schemaChangeListenerProvider, OffsetWriter offsetWriter) KafkaRecordEmitter(CassandraConnectorConfig connectorConfig, org.apache.kafka.clients.producer.KafkaProducer kafkaProducer, OffsetWriter offsetWriter, Duration offsetFlushIntervalMs, long maxOffsetFlushSize, org.apache.kafka.connect.storage.Converter keyConverter, org.apache.kafka.connect.storage.Converter valueConverter, Set<String> erroneousCommitLogs, CommitLogTransfer commitLogTransfer)