Annotation Interface的使用
cn.aradin.spring.redis.starter.core.annotation.NotSupport
使用NotSupport的程序包
-
cn.aradin.spring.redis.starter.core中NotSupport的使用
修饰符和类型方法说明BucketSetOperations.difference(Collection<K> keys) BucketSetOperations.difference(K key, Collection<K> otherKeys) BucketSetOperations.difference(K key, K otherKey) BucketSetOperations.differenceAndStore(Collection<K> keys, K destKey) BucketSetOperations.differenceAndStore(K key, Collection<K> otherKeys, K destKey) BucketSetOperations.differenceAndStore(K key, K otherKey, K destKey) BucketSetOperations.intersect(Collection<K> keys) BucketSetOperations.intersect(K key, Collection<K> otherKeys) BucketSetOperations.intersectAndStore(Collection<K> keys, K destKey) BucketSetOperations.intersectAndStore(K key, Collection<K> otherKeys, K destKey) BucketSetOperations.intersectAndStore(K key, K otherKey, K destKey) BucketSetOperations.union(Collection<K> keys) BucketSetOperations.union(K key, Collection<K> otherKeys) BucketSetOperations.unionAndStore(Collection<K> keys, K destKey) BucketSetOperations.unionAndStore(K key, Collection<K> otherKeys, K destKey) BucketSetOperations.unionAndStore(K key, K otherKey, K destKey)