Uses of Class
com.dtsx.astra.sdk.cassio.ClusteredRecord
Package
Description
Client for Astra DB through Cassandra Query Language (CQL) reusing data models from CassIO,
-
Uses of ClusteredRecord in com.dtsx.astra.sdk.cassio
Modifier and TypeMethodDescriptionClusteredTable.mapRow
(@NonNull com.datastax.oss.driver.api.core.cql.Row row) Should be table to map from a Cassandra row to a record.Modifier and TypeMethodDescriptionFind a row by its id.ClusteredTable.findPartition
(@NonNull String partitionDd) Find a partition.Modifier and TypeMethodDescriptionvoid
ClusteredTable.put
(@NonNull ClusteredRecord row) Upsert a row of the table.Modifier and TypeMethodDescriptionvoid
ClusteredTable.upsertPartition
(List<ClusteredRecord> rows) Update the history in one go.