Uses of Interface
io.debezium.connector.cassandra.Event
Packages that use Event
-
Uses of Event in io.debezium.connector.cassandra
Classes in io.debezium.connector.cassandra that implement EventModifier and TypeClassDescriptionclassAn internal representation of a create/update/delete event.classAn EOFEvent is an event that indicates a commit log has been processed (successfully or not).classAn immutable data structure representing a change event, and can be converted to a kafka connect Struct representing key/value of the change event.classA 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 EventModifier and TypeFieldDescriptionprivate final io.debezium.connector.base.ChangeEventQueue<Event>QueueProcessor.queueCassandraConnectorContext.queuesCommitLogIdxParser.queuesCommitLogProcessor.queuesSnapshotProcessor.queuesMethods in io.debezium.connector.cassandra that return types with arguments of type EventMethods in io.debezium.connector.cassandra with parameters of type Event