Spring Data Key-Value

Uses of Interface
org.springframework.data.keyvalue.redis.core.BoundZSetOperations

Packages that use BoundZSetOperations
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 BoundZSetOperations in org.springframework.data.keyvalue.redis.core
 

Methods in org.springframework.data.keyvalue.redis.core that return BoundZSetOperations
 BoundZSetOperations<K,V> RedisTemplate.boundZSetOps(K key)
           
 BoundZSetOperations<K,V> RedisOperations.boundZSetOps(K key)
          Returns the operations performed on zset values (also known as sorted sets) bound to the given key.
 

Uses of BoundZSetOperations in org.springframework.data.keyvalue.redis.support.collections
 

Constructors in org.springframework.data.keyvalue.redis.support.collections with parameters of type BoundZSetOperations
DefaultRedisZSet(BoundZSetOperations<String,E> boundOps)
          Constructs a new DefaultRedisZSet instance with a default score of '1'.
DefaultRedisZSet(BoundZSetOperations<String,E> boundOps, double defaultScore)
          Constructs a new DefaultRedisZSet instance.
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.