public interface RedisSet<E> extends RedisCollection<E>, Set<E>
Modifier and Type | Method and Description |
---|---|
Set<E> |
diff(Collection<? extends RedisSet<?>> sets) |
Set<E> |
diff(RedisSet<?> set) |
RedisSet<E> |
diffAndStore(Collection<? extends RedisSet<?>> sets,
String destKey) |
RedisSet<E> |
diffAndStore(RedisSet<?> set,
String destKey) |
Set<E> |
intersect(Collection<? extends RedisSet<?>> sets) |
Set<E> |
intersect(RedisSet<?> set) |
RedisSet<E> |
intersectAndStore(Collection<? extends RedisSet<?>> sets,
String destKey) |
RedisSet<E> |
intersectAndStore(RedisSet<?> set,
String destKey) |
Iterator<E> |
scan() |
Set<E> |
union(Collection<? extends RedisSet<?>> sets) |
Set<E> |
union(RedisSet<?> set) |
RedisSet<E> |
unionAndStore(Collection<? extends RedisSet<?>> sets,
String destKey) |
RedisSet<E> |
unionAndStore(RedisSet<?> set,
String destKey) |
getOperations
expire, expireAt, getExpire, getKey, getType, persist, rename
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
Set<E> intersect(Collection<? extends RedisSet<?>> sets)
Set<E> union(Collection<? extends RedisSet<?>> sets)
Set<E> diff(Collection<? extends RedisSet<?>> sets)
RedisSet<E> intersectAndStore(Collection<? extends RedisSet<?>> sets, String destKey)
RedisSet<E> unionAndStore(Collection<? extends RedisSet<?>> sets, String destKey)
RedisSet<E> diffAndStore(Collection<? extends RedisSet<?>> sets, String destKey)
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.