Uses of Interface
org.springframework.data.redis.support.collections.RedisSet
Packages that use RedisSet
Package
Description
Package providing implementations for most of the
java.util collections on top of Redis.-
Uses of RedisSet in org.springframework.data.redis.support.collections
Classes in org.springframework.data.redis.support.collections that implement RedisSetMethods in org.springframework.data.redis.support.collections that return RedisSetModifier and TypeMethodDescriptionstatic <E> RedisSet<E>RedisSet.create(String key, RedisOperations<String, E> operations) Constructs a newRedisSetinstance.DefaultRedisSet.diffAndStore(Collection<? extends RedisSet<?>> sets, String destKey) DefaultRedisSet.diffAndStore(RedisSet<?> set, String destKey) RedisSet.diffAndStore(Collection<? extends RedisSet<?>> sets, String destKey) RedisSet.diffAndStore(RedisSet<?> set, String destKey) DefaultRedisSet.intersectAndStore(Collection<? extends RedisSet<?>> sets, String destKey) DefaultRedisSet.intersectAndStore(RedisSet<?> set, String destKey) RedisSet.intersectAndStore(Collection<? extends RedisSet<?>> sets, String destKey) RedisSet.intersectAndStore(RedisSet<?> set, String destKey) DefaultRedisSet.unionAndStore(Collection<? extends RedisSet<?>> sets, String destKey) DefaultRedisSet.unionAndStore(RedisSet<?> set, String destKey) RedisSet.unionAndStore(Collection<? extends RedisSet<?>> sets, String destKey) RedisSet.unionAndStore(RedisSet<?> set, String destKey) Methods in org.springframework.data.redis.support.collections with parameters of type RedisSetModifier and TypeMethodDescriptionDiff this set and anotherRedisSet.DefaultRedisSet.diffAndStore(RedisSet<?> set, String destKey) RedisSet.diffAndStore(RedisSet<?> set, String destKey) Intersect this set and anotherRedisSet.DefaultRedisSet.intersectAndStore(RedisSet<?> set, String destKey) RedisSet.intersectAndStore(RedisSet<?> set, String destKey) Union this set and anotherRedisSet.DefaultRedisSet.unionAndStore(RedisSet<?> set, String destKey) RedisSet.unionAndStore(RedisSet<?> set, String destKey) Method parameters in org.springframework.data.redis.support.collections with type arguments of type RedisSetModifier and TypeMethodDescriptionDefaultRedisSet.diff(Collection<? extends RedisSet<?>> sets) RedisSet.diff(Collection<? extends RedisSet<?>> sets) Diff this set and otherRedisSets.DefaultRedisSet.diffAndStore(Collection<? extends RedisSet<?>> sets, String destKey) RedisSet.diffAndStore(Collection<? extends RedisSet<?>> sets, String destKey) DefaultRedisSet.intersect(Collection<? extends RedisSet<?>> sets) RedisSet.intersect(Collection<? extends RedisSet<?>> sets) Intersect this set and otherRedisSets.DefaultRedisSet.intersectAndStore(Collection<? extends RedisSet<?>> sets, String destKey) RedisSet.intersectAndStore(Collection<? extends RedisSet<?>> sets, String destKey) DefaultRedisSet.union(Collection<? extends RedisSet<?>> sets) RedisSet.union(Collection<? extends RedisSet<?>> sets) Union this set and otherRedisSets.DefaultRedisSet.unionAndStore(Collection<? extends RedisSet<?>> sets, String destKey) RedisSet.unionAndStore(Collection<? extends RedisSet<?>> sets, String destKey)