Uses of Enum Class
redis.clients.jedis.args.SortingOrder
Packages that use SortingOrder
Package
Description
This package contains the classes that represent arguments of Redis core commands.
This package contains the classes that represent optional parameters of core Redis commands.
This package contains the classes and interfaces related to RediSearch module.
-
Uses of SortingOrder in redis.clients.jedis.args
Methods in redis.clients.jedis.args that return SortingOrderModifier and TypeMethodDescriptionstatic SortingOrderReturns the enum constant of this class with the specified name.static SortingOrder[]SortingOrder.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SortingOrder in redis.clients.jedis.params
Fields in redis.clients.jedis.params declared as SortingOrderModifier and TypeFieldDescriptionprivate SortingOrderGeoRadiusParam.sortingOrderprivate SortingOrderGeoSearchParam.sortingOrderMethods in redis.clients.jedis.params with parameters of type SortingOrderModifier and TypeMethodDescriptionGeoRadiusParam.sortingOrder(SortingOrder order) GeoSearchParam.sortingOrder(SortingOrder order) SortingParams.sortingOrder(SortingOrder order) Get by the Sorting Order. -
Uses of SortingOrder in redis.clients.jedis.search
Fields in redis.clients.jedis.search declared as SortingOrderMethods in redis.clients.jedis.search with parameters of type SortingOrderModifier and TypeMethodDescriptionFTSearchParams.sortBy(String sortBy, SortingOrder order) Set the query to be sorted by a Sortable field defined in the schema