Spring Data Key-Value

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

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

Methods in org.springframework.data.keyvalue.redis.core that return BoundSetOperations
 BoundSetOperations<K,V> RedisTemplate.boundSetOps(K key)
           
 BoundSetOperations<K,V> RedisOperations.boundSetOps(K key)
          Returns the operations performed on set values bound to the given key.
 

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

Constructors in org.springframework.data.keyvalue.redis.support.collections with parameters of type BoundSetOperations
DefaultRedisSet(BoundSetOperations<String,E> boundOps)
          Constructs a new DefaultRedisSet instance.
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.