Spring Data Key-Value

Uses of Interface
org.springframework.data.keyvalue.redis.core.ZSetOperations.TypedTuple

Packages that use ZSetOperations.TypedTuple
org.springframework.data.keyvalue.redis.core Core package for integrating Redis with Spring concepts. 
org.springframework.data.keyvalue.redis.support.collections Package providing implementations for most of the java.util collections on top of Redis. 
 

Uses of ZSetOperations.TypedTuple in org.springframework.data.keyvalue.redis.core
 

Methods in org.springframework.data.keyvalue.redis.core that return types with arguments of type ZSetOperations.TypedTuple
 Set<ZSetOperations.TypedTuple<V>> BoundZSetOperations.rangeByScoreWithScores(double min, double max)
           
 Set<ZSetOperations.TypedTuple<V>> ZSetOperations.rangeByScoreWithScores(K key, double min, double max)
           
 Set<ZSetOperations.TypedTuple<V>> ZSetOperations.rangeWithScores(K key, long start, long end)
           
 Set<ZSetOperations.TypedTuple<V>> BoundZSetOperations.rangeWithScores(long start, long end)
           
 Set<ZSetOperations.TypedTuple<V>> BoundZSetOperations.reverseRangeByScoreWithScores(double min, double max)
           
 Set<ZSetOperations.TypedTuple<V>> ZSetOperations.reverseRangeByScoreWithScores(K key, double min, double max)
           
 Set<ZSetOperations.TypedTuple<V>> ZSetOperations.reverseRangeWithScores(K key, long start, long end)
           
 Set<ZSetOperations.TypedTuple<V>> BoundZSetOperations.reverseRangeWithScores(long start, long end)
           
 

Uses of ZSetOperations.TypedTuple in org.springframework.data.keyvalue.redis.support.collections
 

Methods in org.springframework.data.keyvalue.redis.support.collections that return types with arguments of type ZSetOperations.TypedTuple
 Set<ZSetOperations.TypedTuple<E>> RedisZSet.rangeByScoreWithScores(double min, double max)
           
 Set<ZSetOperations.TypedTuple<E>> DefaultRedisZSet.rangeByScoreWithScores(double min, double max)
           
 Set<ZSetOperations.TypedTuple<E>> RedisZSet.rangeWithScores(long start, long end)
           
 Set<ZSetOperations.TypedTuple<E>> DefaultRedisZSet.rangeWithScores(long start, long end)
           
 Set<ZSetOperations.TypedTuple<E>> RedisZSet.reverseRangeByScoreWithScores(double min, double max)
           
 Set<ZSetOperations.TypedTuple<E>> DefaultRedisZSet.reverseRangeByScoreWithScores(double min, double max)
           
 Set<ZSetOperations.TypedTuple<E>> RedisZSet.reverseRangeWithScores(long start, long end)
           
 Set<ZSetOperations.TypedTuple<E>> DefaultRedisZSet.reverseRangeWithScores(long start, long end)
           
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.