public interface RBitSetReactive extends RExpirableReactive
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<Void> |
and(String... bitSetNames) |
org.reactivestreams.Publisher<BitSet> |
asBitSet() |
org.reactivestreams.Publisher<Long> |
cardinality() |
org.reactivestreams.Publisher<Void> |
clear() |
org.reactivestreams.Publisher<Void> |
clear(long bitIndex) |
org.reactivestreams.Publisher<Void> |
clear(long fromIndex,
long toIndex) |
org.reactivestreams.Publisher<Boolean> |
get(long bitIndex) |
org.reactivestreams.Publisher<Long> |
length() |
org.reactivestreams.Publisher<Void> |
not() |
org.reactivestreams.Publisher<Void> |
or(String... bitSetNames) |
org.reactivestreams.Publisher<Void> |
set(BitSet bs) |
org.reactivestreams.Publisher<Void> |
set(long bitIndex) |
org.reactivestreams.Publisher<Void> |
set(long bitIndex,
boolean value) |
org.reactivestreams.Publisher<Void> |
set(long fromIndex,
long toIndex) |
org.reactivestreams.Publisher<Void> |
set(long fromIndex,
long toIndex,
boolean value) |
org.reactivestreams.Publisher<Integer> |
size() |
org.reactivestreams.Publisher<byte[]> |
toByteArray() |
org.reactivestreams.Publisher<Void> |
xor(String... bitSetNames) |
clearExpire, expire, expireAt, expireAt, remainTimeToLive
org.reactivestreams.Publisher<BitSet> asBitSet()
org.reactivestreams.Publisher<byte[]> toByteArray()
org.reactivestreams.Publisher<Long> length()
org.reactivestreams.Publisher<Void> set(long fromIndex, long toIndex, boolean value)
org.reactivestreams.Publisher<Void> clear(long fromIndex, long toIndex)
org.reactivestreams.Publisher<Void> not()
org.reactivestreams.Publisher<Void> set(long fromIndex, long toIndex)
org.reactivestreams.Publisher<Integer> size()
org.reactivestreams.Publisher<Boolean> get(long bitIndex)
org.reactivestreams.Publisher<Void> set(long bitIndex)
org.reactivestreams.Publisher<Void> set(long bitIndex, boolean value)
org.reactivestreams.Publisher<Long> cardinality()
org.reactivestreams.Publisher<Void> clear(long bitIndex)
org.reactivestreams.Publisher<Void> clear()
Copyright © 2014–2017 The Redisson Project. All rights reserved.