|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
void |
BinaryClient.sort(byte[] key,
SortingParams sortingParameters)
|
List<byte[]> |
BinaryShardedJedis.sort(byte[] key,
SortingParams sortingParameters)
|
Response<List<String>> |
Pipeline.sort(byte[] key,
SortingParams sortingParameters)
|
Response<List<byte[]>> |
BinaryTransaction.sort(byte[] key,
SortingParams sortingParameters)
|
List<byte[]> |
BinaryJedis.sort(byte[] key,
SortingParams sortingParameters)
Sort a Set or a List accordingly to the specified parameters. |
void |
BinaryClient.sort(byte[] key,
SortingParams sortingParameters,
byte[] dstkey)
|
Response<List<String>> |
Pipeline.sort(byte[] key,
SortingParams sortingParameters,
byte[] dstkey)
|
Response<List<byte[]>> |
BinaryTransaction.sort(byte[] key,
SortingParams sortingParameters,
byte[] dstkey)
|
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. |
Response<List<String>> |
ShardedJedisPipeline.sort(String key,
SortingParams sortingParameters)
|
Response<List<String>> |
Transaction.sort(String key,
SortingParams sortingParameters)
|
List<String> |
Jedis.sort(String key,
SortingParams sortingParameters)
Sort a Set or a List accordingly to the specified parameters. |
List<String> |
ShardedJedis.sort(String key,
SortingParams sortingParameters)
|
Response<List<String>> |
Pipeline.sort(String key,
SortingParams sortingParameters)
|
void |
Commands.sort(String key,
SortingParams sortingParameters)
|
List<String> |
JedisCommands.sort(String key,
SortingParams sortingParameters)
|
void |
Client.sort(String key,
SortingParams sortingParameters)
|
Response<List<String>> |
Transaction.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. |
Response<List<String>> |
Pipeline.sort(String key,
SortingParams sortingParameters,
String dstkey)
|
void |
Commands.sort(String key,
SortingParams sortingParameters,
String dstkey)
|
void |
Client.sort(String key,
SortingParams sortingParameters,
String dstkey)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |