Uses of Class
io.debezium.connector.cassandra.Event.EventType
-
Packages that use Event.EventType Package Description io.debezium.connector.cassandra -
-
Uses of Event.EventType in io.debezium.connector.cassandra
Methods in io.debezium.connector.cassandra that return Event.EventType Modifier and Type Method Description Event.EventTypeChangeRecord. getEventType()Event.EventTypeEOFEvent. getEventType()Event.EventTypeEvent. getEventType()Event.EventTypeTombstoneRecord. getEventType()static Event.EventTypeEvent.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static Event.EventType[]Event.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-