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
Subclasses with type arguments of type SortParameters.Order in org.springframework.data.redis.connectionMethods in org.springframework.data.redis.connection that return SortParameters.OrderModifier and TypeMethodDescription@Nullable SortParameters.OrderDefaultSortParameters.getOrder()@Nullable SortParameters.OrderSortParameters.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 @Nullable [] byPattern, @Nullable SortParameters.Range limit, byte @Nullable [][] getPattern, @Nullable SortParameters.Order order, @Nullable Boolean alphabetic) Constructs a newDefaultSortParametersinstance.DefaultSortParameters(@Nullable SortParameters.Range limit, @Nullable SortParameters.Order order, @Nullable 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.OrderModifier and TypeMethodDescription@Nullable SortParameters.OrderSortQuery.getOrder()Returns the sorting order.Methods in org.springframework.data.redis.core.query with parameters of type SortParameters.Order