类 BucketSetOperations<K,V>
java.lang.Object
cn.aradin.spring.redis.starter.core.AbstractBucketOperations<K,V>
cn.aradin.spring.redis.starter.core.BucketSetOperations<K,V>
- 所有已实现的接口:
org.springframework.data.redis.core.SetOperations<K,V>
- 直接已知子类:
ClusterBucketSetOperations
public class BucketSetOperations<K,V>
extends AbstractBucketOperations<K,V>
implements org.springframework.data.redis.core.SetOperations<K,V>
-
方法概要
修饰符和类型方法说明difference(Collection<K> keys) difference(K key, Collection<K> otherKeys) difference(K key, K otherKey) differenceAndStore(Collection<K> keys, K destKey) differenceAndStore(K key, Collection<K> otherKeys, K destKey) differenceAndStore(K key, K otherKey, K destKey) distinctRandomMembers(K key, long count) 已过时。intersect(Collection<K> keys) intersect(K key, Collection<K> otherKeys) intersectAndStore(Collection<K> keys, K destKey) intersectAndStore(K key, Collection<K> otherKeys, K destKey) intersectAndStore(K key, K otherKey, K destKey) randomMember(K key) randomMembers(K key, long count) 已过时。org.springframework.data.redis.core.Cursor<V>union(Collection<K> keys) union(K key, Collection<K> otherKeys) unionAndStore(Collection<K> keys, K destKey) unionAndStore(K key, Collection<K> otherKeys, K destKey) unionAndStore(K key, K otherKey, K destKey) 从类继承的方法 cn.aradin.spring.redis.starter.core.AbstractBucketOperations
delete, delete, expire, expireAt, getOperations从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.data.redis.core.SetOperations
getOperations
-
方法详细资料
-
add
-
difference
-
difference
-
difference
-
differenceAndStore
-
differenceAndStore
-
differenceAndStore
-
intersect
-
intersect
-
intersect
-
intersectAndStore
-
intersectAndStore
-
intersectAndStore
-
isMember
-
isMember
-
members
-
move
-
randomMember
-
distinctRandomMembers
已过时。 -
randomMembers
已过时。 -
remove
-
pop
-
pop
-
size
-
union
-
union
-
union
-
unionAndStore
-
unionAndStore
-
unionAndStore
-
scan
-