Uses of Class
redis.clients.jedis.SortingParams

Packages that use SortingParams
redis.clients.jedis   
 

Uses of SortingParams in redis.clients.jedis
 

Methods in redis.clients.jedis that return SortingParams
 SortingParams SortingParams.alpha()
          Sort lexicographicaly.
 SortingParams SortingParams.asc()
          Get the Sorting in Ascending Order.
 SortingParams SortingParams.by(byte[] pattern)
          Sort by weight in keys.
 SortingParams SortingParams.by(String pattern)
          Sort by weight in keys.
 SortingParams SortingParams.desc()
          Get the Sorting in Descending Order.
 SortingParams SortingParams.get(byte[]... patterns)
          Retrieving external keys from the result of the search.
 SortingParams SortingParams.get(String... patterns)
          Retrieving external keys from the result of the search.
 SortingParams SortingParams.limit(int start, int count)
          Limit the Numbers of returned Elements.
 SortingParams SortingParams.nosort()
          No sorting.
 

Methods in redis.clients.jedis with parameters of type SortingParams
 List<byte[]> BinaryJedisCommands.sort(byte[] key, SortingParams sortingParameters)
           
 List<byte[]> BinaryShardedJedis.sort(byte[] key, SortingParams sortingParameters)
           
 List<byte[]> BinaryJedis.sort(byte[] key, SortingParams sortingParameters)
          Sort a Set or a List accordingly to the specified parameters.
 String BinaryTransaction.sort(byte[] key, SortingParams sortingParameters)
           
 void BinaryClient.sort(byte[] key, SortingParams sortingParameters)
           
 Long BinaryJedis.sort(byte[] key, SortingParams sortingParameters, byte[] dstkey)
          Sort a Set or a List accordingly to the specified parameters and store the result at dstkey.
 void BinaryClient.sort(byte[] key, SortingParams sortingParameters, byte[] dstkey)
           
 void Client.sort(String key, SortingParams sortingParameters)
           
 List<String> Jedis.sort(String key, SortingParams sortingParameters)
          Sort a Set or a List accordingly to the specified parameters.
protected  void ShardedJedisPipeline.sort(String key, SortingParams sortingParameters)
           
 List<String> ShardedJedis.sort(String key, SortingParams sortingParameters)
           
 String Transaction.sort(String key, SortingParams sortingParameters)
           
 void Commands.sort(String key, SortingParams sortingParameters)
           
 void PipelineBlock.sort(String key, SortingParams sortingParameters)
           
 List<String> JedisCommands.sort(String key, SortingParams sortingParameters)
           
 void Pipeline.sort(String key, SortingParams sortingParameters)
           
 void Client.sort(String key, SortingParams sortingParameters, String dstkey)
           
 Long Jedis.sort(String key, SortingParams sortingParameters, String dstkey)
          Sort a Set or a List accordingly to the specified parameters and store the result at dstkey.
 void Commands.sort(String key, SortingParams sortingParameters, String dstkey)
           
 void PipelineBlock.sort(String key, SortingParams sortingParameters, String dstkey)
           
 void Pipeline.sort(String key, SortingParams sortingParameters, String dstkey)
           
 



Copyright © 2010. All Rights Reserved.