public interface RLexSortedSetReactive extends RCollectionReactive<String>
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<Integer> |
lexCount(String fromElement,
boolean fromInclusive,
String toElement,
boolean toInclusive) |
org.reactivestreams.Publisher<Integer> |
lexCountHead(String toElement,
boolean toInclusive) |
org.reactivestreams.Publisher<Integer> |
lexCountTail(String fromElement,
boolean fromInclusive) |
org.reactivestreams.Publisher<Collection<String>> |
lexRange(String fromElement,
boolean fromInclusive,
String toElement,
boolean toInclusive) |
org.reactivestreams.Publisher<Collection<String>> |
lexRange(String fromElement,
boolean fromInclusive,
String toElement,
boolean toInclusive,
int offset,
int count) |
org.reactivestreams.Publisher<Collection<String>> |
lexRangeHead(String toElement,
boolean toInclusive) |
org.reactivestreams.Publisher<Collection<String>> |
lexRangeHead(String toElement,
boolean toInclusive,
int offset,
int count) |
org.reactivestreams.Publisher<Collection<String>> |
lexRangeTail(String fromElement,
boolean fromInclusive) |
org.reactivestreams.Publisher<Collection<String>> |
lexRangeTail(String fromElement,
boolean fromInclusive,
int offset,
int count) |
org.reactivestreams.Publisher<Long> |
rank(String o) |
org.reactivestreams.Publisher<Integer> |
removeRangeByLex(String fromElement,
boolean fromInclusive,
String toElement,
boolean toInclusive) |
org.reactivestreams.Publisher<Integer> |
removeRangeHeadByLex(String toElement,
boolean toInclusive) |
org.reactivestreams.Publisher<Integer> |
removeRangeTailByLex(String fromElement,
boolean fromInclusive) |
org.reactivestreams.Publisher<Collection<String>> |
valueRange(int startIndex,
int endIndex) |
add, addAll, addAll, contains, containsAll, iterator, remove, removeAll, retainAll, size
clearExpire, expire, expireAt, expireAt, remainTimeToLive
org.reactivestreams.Publisher<Integer> removeRangeByLex(String fromElement, boolean fromInclusive, String toElement, boolean toInclusive)
org.reactivestreams.Publisher<Integer> removeRangeTailByLex(String fromElement, boolean fromInclusive)
org.reactivestreams.Publisher<Integer> removeRangeHeadByLex(String toElement, boolean toInclusive)
org.reactivestreams.Publisher<Integer> lexCountTail(String fromElement, boolean fromInclusive)
org.reactivestreams.Publisher<Integer> lexCountHead(String toElement, boolean toInclusive)
org.reactivestreams.Publisher<Collection<String>> lexRangeTail(String fromElement, boolean fromInclusive)
org.reactivestreams.Publisher<Collection<String>> lexRangeHead(String toElement, boolean toInclusive)
org.reactivestreams.Publisher<Collection<String>> lexRange(String fromElement, boolean fromInclusive, String toElement, boolean toInclusive)
org.reactivestreams.Publisher<Collection<String>> lexRangeTail(String fromElement, boolean fromInclusive, int offset, int count)
org.reactivestreams.Publisher<Collection<String>> lexRangeHead(String toElement, boolean toInclusive, int offset, int count)
org.reactivestreams.Publisher<Collection<String>> lexRange(String fromElement, boolean fromInclusive, String toElement, boolean toInclusive, int offset, int count)
org.reactivestreams.Publisher<Integer> lexCount(String fromElement, boolean fromInclusive, String toElement, boolean toInclusive)
org.reactivestreams.Publisher<Collection<String>> valueRange(int startIndex, int endIndex)
Copyright © 2014–2016. All rights reserved.