Uses of Class
com.datastax.astra.client.model.Sort
Packages that use Sort
Package
Description
Domain model classes with
Requests, Results, Options and Iterables.Internal technical classes for low-level utilities
-
Uses of Sort in com.datastax.astra.client.model
Methods in com.datastax.astra.client.model that return SortModifier and TypeMethodDescriptionstatic SortBuild a sort clause ascending.static SortSorts.descending(String field) Build a sort clause DESCENDING.Methods in com.datastax.astra.client.model with parameters of type SortModifier and TypeMethodDescriptionstatic DeleteOneOptionsDeprecated.Initializes the building process with sorting options.Add a criteria with $vector in the sort clauseSyntax sugar as delete option is only a sortAdd a criteria with $vectorize in the sort clauseAdd a criteria with $vector in the sort clauseSyntax sugar as delete option is only a sortAdd a criteria with $vectorize in the sort clause.Add a criteria with $vector in the sort clauseSyntax sugar as delete option is only a sortAdd a criteria with $vectorize in the sort clause.static FindOneAndUpdateOptionsDeprecated.Initializes the building process with vector options.static FindOneAndUpdateOptionsDeprecated.Initializes the building process with sorting options.static FindOneAndUpdateOptionsDeprecated.Initializes the building process with vectorize options.Add a criteria with $vector in the sort clauseSyntax sugar as delete option is only a sortAdd a criteria with $vectorize in the sort clause.Add a criteria with $vector in the sort clauseSyntax sugar as delete option is only a sortAdd a criteria with $vectorize in the sort clause.Add a criteria with $vector in the sort clauseSyntax sugar as delete option is only a sortAdd a criteria with $vectorize in the sort clause.static UpdateOneOptionsDeprecated.Initializes the building process with sorting options.Syntax sugar as delete option is only a sortstatic DeleteOneOptionsDeprecated.Initializes the building process with vector options.static UpdateOneOptionsDeprecated.Initializes the building process with sorting options.Add a criteria with $vector in the sort clausestatic DeleteOneOptionsDeprecated.Initializes the building process with vectorize options.static UpdateOneOptionsDeprecated.Initializes the building process with sorting options.Add a criteria with $vectorize in the sort clause -
Uses of Sort in com.datastax.astra.internal.utils
Methods in com.datastax.astra.internal.utils with parameters of type Sort