Uses of Class
com.blackrook.redis.enums.SortOrder
- 
Packages that use SortOrder Package Description com.blackrook.redis Contains classes relevant to connecting to Redis servers.com.blackrook.redis.commands Contains interfaces for implementing Redis commands.com.blackrook.redis.enums Contains useful enumerations.
- 
- 
Uses of SortOrder in com.blackrook.redisMethods in com.blackrook.redis with parameters of type SortOrder Modifier and Type Method Description String[]RedisConnection. sort(String key, String pattern, SortOrder sortOrder, boolean alpha, Long limitOffset, Long limitCount, String storeKey, String... getPatterns)voidRedisPipeline. sort(String key, String pattern, SortOrder sortOrder, boolean alpha, Long limitOffset, Long limitCount, String storeKey, String... getPatterns)
- 
Uses of SortOrder in com.blackrook.redis.commandsMethods in com.blackrook.redis.commands with parameters of type SortOrder Modifier and Type Method Description String[]RedisConnectionCommands. sort(String key, String pattern, SortOrder sortOrder, boolean alpha, Long limitOffset, Long limitCount, String storeKey, String... getPatterns)voidRedisDeferredCommands. sort(String key, String pattern, SortOrder sortOrder, boolean alpha, Long limitOffset, Long limitCount, String storeKey, String... getPatterns)
- 
Uses of SortOrder in com.blackrook.redis.enumsMethods in com.blackrook.redis.enums that return SortOrder Modifier and Type Method Description static SortOrderSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrder[]SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-