类 ClusterBucketSetOperations<K,V>
java.lang.Object
cn.aradin.spring.redis.starter.core.AbstractBucketOperations<K,V>
cn.aradin.spring.redis.starter.core.BucketSetOperations<K,V>
cn.aradin.spring.redis.starter.core.ClusterBucketSetOperations<K,V>
- 所有已实现的接口:
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) 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) 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.BucketSetOperations
add, distinctRandomMembers, isMember, isMember, members, pop, pop, randomMember, randomMembers, remove, scan, size从类继承的方法 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
-
方法详细资料
-
difference
- 指定者:
difference在接口中org.springframework.data.redis.core.SetOperations<K,V> - 覆盖:
difference在类中BucketSetOperations<K,V>
-
difference
- 指定者:
difference在接口中org.springframework.data.redis.core.SetOperations<K,V> - 覆盖:
difference在类中BucketSetOperations<K,V>
-
difference
- 指定者:
difference在接口中org.springframework.data.redis.core.SetOperations<K,V> - 覆盖:
difference在类中BucketSetOperations<K,V>
-
differenceAndStore
- 指定者:
differenceAndStore在接口中org.springframework.data.redis.core.SetOperations<K,V> - 覆盖:
differenceAndStore在类中BucketSetOperations<K,V>
-
differenceAndStore
- 指定者:
differenceAndStore在接口中org.springframework.data.redis.core.SetOperations<K,V> - 覆盖:
differenceAndStore在类中BucketSetOperations<K,V>
-
differenceAndStore
- 指定者:
differenceAndStore在接口中org.springframework.data.redis.core.SetOperations<K,V> - 覆盖:
differenceAndStore在类中BucketSetOperations<K,V>
-
intersect
-
intersect
-
intersect
-
intersectAndStore
- 指定者:
intersectAndStore在接口中org.springframework.data.redis.core.SetOperations<K,V> - 覆盖:
intersectAndStore在类中BucketSetOperations<K,V>
-
intersectAndStore
- 指定者:
intersectAndStore在接口中org.springframework.data.redis.core.SetOperations<K,V> - 覆盖:
intersectAndStore在类中BucketSetOperations<K,V>
-
intersectAndStore
- 指定者:
intersectAndStore在接口中org.springframework.data.redis.core.SetOperations<K,V> - 覆盖:
intersectAndStore在类中BucketSetOperations<K,V>
-
move
-
union
-
union
-
union
-
unionAndStore
- 指定者:
unionAndStore在接口中org.springframework.data.redis.core.SetOperations<K,V> - 覆盖:
unionAndStore在类中BucketSetOperations<K,V>
-
unionAndStore
- 指定者:
unionAndStore在接口中org.springframework.data.redis.core.SetOperations<K,V> - 覆盖:
unionAndStore在类中BucketSetOperations<K,V>
-
unionAndStore
- 指定者:
unionAndStore在接口中org.springframework.data.redis.core.SetOperations<K,V> - 覆盖:
unionAndStore在类中BucketSetOperations<K,V>
-