Uses of Class
com.redis.lettucemod.search.Order
-
Packages that use Order Package Description com.redis.lettucemod.search -
-
Uses of Order in com.redis.lettucemod.search
Methods in com.redis.lettucemod.search that return Order Modifier and Type Method Description OrderSearchOptions.SortBy. getDirection()OrderSort.Property. getOrder()static OrderOrder. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Order[]Order. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.redis.lettucemod.search that return types with arguments of type Order Modifier and Type Method Description java.util.Optional<Order>Reducers.FirstValue.By. getOrder()Methods in com.redis.lettucemod.search with parameters of type Order Modifier and Type Method Description static Sort.PropertySort.Property. of(java.lang.String name, Order order)voidSort.Property. setOrder(Order order)Constructors in com.redis.lettucemod.search with parameters of type Order Constructor Description By(java.lang.String property, Order order)SortBy(K field, Order direction)
-