Uses of Class
com.dtsx.astra.sdk.cassio.ClusteredRecord
Packages that use 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
Methods in com.dtsx.astra.sdk.cassio that return ClusteredRecordModifier 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.Methods in com.dtsx.astra.sdk.cassio that return types with arguments of type ClusteredRecordModifier and TypeMethodDescriptionFind a row by its id.ClusteredTable.findPartition
(@NonNull String partitionDd) Find a partition.Methods in com.dtsx.astra.sdk.cassio with parameters of type ClusteredRecordModifier and TypeMethodDescriptionvoid
ClusteredTable.put
(@NonNull ClusteredRecord row) Upsert a row of the table.Method parameters in com.dtsx.astra.sdk.cassio with type arguments of type ClusteredRecordModifier and TypeMethodDescriptionvoid
ClusteredTable.upsertPartition
(List<ClusteredRecord> rows) Update the history in one go.