Uses of Enum Class
org.springframework.data.redis.connection.SortParameters.Order
Packages that use SortParameters.Order
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Query package for Redis template.
-
Uses of SortParameters.Order in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return SortParameters.OrderModifier and TypeMethodDescriptionDefaultSortParameters.getOrder()SortParameters.getOrder()Returns the sorting order.static SortParameters.OrderReturns the enum constant of this class with the specified name.static SortParameters.Order[]SortParameters.Order.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.redis.connection with parameters of type SortParameters.OrderModifier and TypeMethodDescriptionDefaultSortParameters.order(SortParameters.Order order) voidDefaultSortParameters.setOrder(SortParameters.Order order) Constructors in org.springframework.data.redis.connection with parameters of type SortParameters.OrderModifierConstructorDescriptionDefaultSortParameters(byte[] byPattern, SortParameters.Range limit, byte[][] getPattern, SortParameters.Order order, Boolean alphabetic) Constructs a newDefaultSortParametersinstance.DefaultSortParameters(SortParameters.Range limit, SortParameters.Order order, Boolean alphabetic) Constructs a newDefaultSortParametersinstance. -
Uses of SortParameters.Order in org.springframework.data.redis.core.query
Methods in org.springframework.data.redis.core.query that return SortParameters.OrderMethods in org.springframework.data.redis.core.query with parameters of type SortParameters.Order