Uses of Class
io.debezium.connector.cassandra.CassandraSchemaFactory.CellData
Packages that use CassandraSchemaFactory.CellData
-
Uses of CassandraSchemaFactory.CellData in io.debezium.connector.cassandra
Fields in io.debezium.connector.cassandra with type parameters of type CassandraSchemaFactory.CellDataModifier and TypeFieldDescriptionprivate final Map<String,CassandraSchemaFactory.CellData> CassandraSchemaFactory.RowData.cellMapMethods in io.debezium.connector.cassandra that return CassandraSchemaFactory.CellDataModifier and TypeMethodDescriptionCassandraSchemaFactory.cellData(String name, Object value, Object deletionTs, CassandraSchemaFactory.CellData.ColumnType columnType) Methods in io.debezium.connector.cassandra that return types with arguments of type CassandraSchemaFactory.CellDataModifier and TypeMethodDescription(package private) List<CassandraSchemaFactory.CellData>CassandraSchemaFactory.RowData.getPrimary()Methods in io.debezium.connector.cassandra with parameters of type CassandraSchemaFactory.CellDataModifier and TypeMethodDescriptionvoidCassandraSchemaFactory.RowData.addCell(CassandraSchemaFactory.CellData cellData)