Package io.debezium.connector.cassandra
Class TombstoneRecord
- java.lang.Object
-
- io.debezium.connector.cassandra.Record
-
- io.debezium.connector.cassandra.TombstoneRecord
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.debezium.connector.cassandra.Record
Record.Operation
-
Nested classes/interfaces inherited from interface io.debezium.connector.cassandra.Event
Event.EventType
-
-
Constructor Summary
Constructors Constructor Description TombstoneRecord(SourceInfo source, RowData rowData, org.apache.kafka.connect.data.Schema keySchema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Event.EventTypegetEventType()-
Methods inherited from class io.debezium.connector.cassandra.Record
buildKey, buildValue, equals, getKeySchema, getOp, getRowData, getSource, getTs, getValueSchema, hashCode, shouldMarkOffset, toString
-
-
-
-
Constructor Detail
-
TombstoneRecord
public TombstoneRecord(SourceInfo source, RowData rowData, org.apache.kafka.connect.data.Schema keySchema)
-
-
Method Detail
-
getEventType
public Event.EventType getEventType()
-
-