Uses of Class
io.debezium.connector.cassandra.CellData
-
Packages that use CellData Package Description io.debezium.connector.cassandra -
-
Uses of CellData in io.debezium.connector.cassandra
Fields in io.debezium.connector.cassandra with type parameters of type CellData Modifier and Type Field Description private Map<String,CellData>RowData. cellMapMethods in io.debezium.connector.cassandra that return types with arguments of type CellData Modifier and Type Method Description (package private) List<CellData>RowData. getPrimary()Methods in io.debezium.connector.cassandra with parameters of type CellData Modifier and Type Method Description voidRowData. addCell(CellData cellData)
-