Uses of Interface
io.debezium.connector.cassandra.Event
-
Packages that use Event Package Description io.debezium.connector.cassandra -
-
Uses of Event in io.debezium.connector.cassandra
Classes in io.debezium.connector.cassandra that implement Event Modifier and Type Class Description classChangeRecordAn internal representation of a create/update/delete event.classEOFEventAn EOFEvent is an event that indicates a commit log has been processed (successfully or not).classRecordAn immutable data structure representing a change event, and can be converted to a kafka connect Struct representing key/value of the change event.classTombstoneRecordA TombstoneRecord is a record which has the same key as a delete event but has null value.Fields in io.debezium.connector.cassandra with type parameters of type Event Modifier and Type Field Description private io.debezium.connector.base.ChangeEventQueue<Event>QueueProcessor. queueprivate List<io.debezium.connector.base.ChangeEventQueue<Event>>CassandraConnectorContext. queuesprivate List<io.debezium.connector.base.ChangeEventQueue<Event>>SnapshotProcessor. queuesMethods in io.debezium.connector.cassandra that return types with arguments of type Event Modifier and Type Method Description List<io.debezium.connector.base.ChangeEventQueue<Event>>CassandraConnectorContext. getQueues()Methods in io.debezium.connector.cassandra with parameters of type Event Modifier and Type Method Description private voidQueueProcessor. processEvent(Event event)
-