|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BoundZSetOperations<K,V>
ZSet (or SortedSet) operations bound to a certain key.
| Method Summary | |
|---|---|
Long |
add(Set<ZSetOperations.TypedTuple<V>> tuples)
|
Boolean |
add(V value,
double score)
|
Long |
count(double min,
double max)
|
RedisOperations<K,V> |
getOperations()
|
Double |
incrementScore(V value,
double delta)
|
void |
intersectAndStore(Collection<K> otherKeys,
K destKey)
|
void |
intersectAndStore(K otherKey,
K destKey)
|
Set<V> |
range(long start,
long end)
|
Set<V> |
rangeByScore(double min,
double max)
|
Set<ZSetOperations.TypedTuple<V>> |
rangeByScoreWithScores(double min,
double max)
|
Set<ZSetOperations.TypedTuple<V>> |
rangeWithScores(long start,
long end)
|
Long |
rank(Object o)
|
Long |
remove(Object... values)
|
void |
removeRange(long start,
long end)
|
void |
removeRangeByScore(double min,
double max)
|
Set<V> |
reverseRange(long start,
long end)
|
Set<V> |
reverseRangeByScore(double min,
double max)
|
Set<ZSetOperations.TypedTuple<V>> |
reverseRangeByScoreWithScores(double min,
double max)
|
Set<ZSetOperations.TypedTuple<V>> |
reverseRangeWithScores(long start,
long end)
|
Long |
reverseRank(Object o)
|
Double |
score(Object o)
|
Long |
size()
Returns the number of elements of the sorted set. |
void |
unionAndStore(Collection<K> otherKeys,
K destKey)
|
void |
unionAndStore(K otherKey,
K destKey)
|
Long |
zCard()
Returns the number of elements of the sorted set. |
| Methods inherited from interface org.springframework.data.redis.core.BoundKeyOperations |
|---|
expire, expireAt, getExpire, getKey, getType, persist, rename |
| Method Detail |
|---|
RedisOperations<K,V> getOperations()
void intersectAndStore(K otherKey,
K destKey)
void intersectAndStore(Collection<K> otherKeys,
K destKey)
Set<V> range(long start,
long end)
Set<V> rangeByScore(double min,
double max)
Set<V> reverseRange(long start,
long end)
Set<V> reverseRangeByScore(double min,
double max)
Set<ZSetOperations.TypedTuple<V>> rangeWithScores(long start,
long end)
Set<ZSetOperations.TypedTuple<V>> rangeByScoreWithScores(double min,
double max)
Set<ZSetOperations.TypedTuple<V>> reverseRangeWithScores(long start,
long end)
Set<ZSetOperations.TypedTuple<V>> reverseRangeByScoreWithScores(double min,
double max)
void removeRange(long start,
long end)
void removeRangeByScore(double min,
double max)
void unionAndStore(K otherKey,
K destKey)
void unionAndStore(Collection<K> otherKeys,
K destKey)
Boolean add(V value,
double score)
Long add(Set<ZSetOperations.TypedTuple<V>> tuples)
Double incrementScore(V value,
double delta)
Long rank(Object o)
Long reverseRank(Object o)
Long remove(Object... values)
Long count(double min,
double max)
Long size()
zCard()Long zCard()
Double score(Object o)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||