public interface RLexSortedSetRx extends RScoredSortedSetRx<String>, RCollectionRx<String>
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Flowable<Integer> |
count(String fromElement,
boolean fromInclusive,
String toElement,
boolean toInclusive) |
io.reactivex.Flowable<Integer> |
countHead(String toElement,
boolean toInclusive) |
io.reactivex.Flowable<Integer> |
countTail(String fromElement,
boolean fromInclusive) |
io.reactivex.Flowable<Collection<String>> |
range(String fromElement,
boolean fromInclusive,
String toElement,
boolean toInclusive) |
io.reactivex.Flowable<Collection<String>> |
range(String fromElement,
boolean fromInclusive,
String toElement,
boolean toInclusive,
int offset,
int count) |
io.reactivex.Flowable<Collection<String>> |
rangeHead(String toElement,
boolean toInclusive) |
io.reactivex.Flowable<Collection<String>> |
rangeHead(String toElement,
boolean toInclusive,
int offset,
int count) |
io.reactivex.Flowable<Collection<String>> |
rangeTail(String fromElement,
boolean fromInclusive) |
io.reactivex.Flowable<Collection<String>> |
rangeTail(String fromElement,
boolean fromInclusive,
int offset,
int count) |
io.reactivex.Flowable<Integer> |
removeRange(String fromElement,
boolean fromInclusive,
String toElement,
boolean toInclusive) |
io.reactivex.Flowable<Integer> |
removeRangeHead(String toElement,
boolean toInclusive) |
io.reactivex.Flowable<Integer> |
removeRangeTail(String fromElement,
boolean fromInclusive) |
add, addAll, addAndGetRank, addAndGetRevRank, addScore, addScoreAndGetRank, addScoreAndGetRevRank, contains, containsAll, count, entryRange, entryRange, entryRange, entryRangeReversed, entryRangeReversed, entryRangeReversed, first, firstScore, getScore, intersection, intersection, intersection, intersection, iterator, iterator, iterator, iterator, last, lastScore, pollFirst, pollFirst, pollFirst, pollFirstFromAny, pollLast, pollLast, pollLast, pollLastFromAny, rank, readAll, remove, removeAll, removeRangeByRank, removeRangeByScore, retainAll, revRank, size, takeFirst, takeFirstElements, takeLast, takeLastElements, tryAdd, union, union, union, union, valueRange, valueRange, valueRange, valueRangeReversed, valueRangeReversed, valueRangeReversedreadSorted, readSorted, readSorted, readSorted, readSorted, readSorted, sortTo, sortTo, sortTo, sortTo, sortTo, sortToadd, addAll, addAll, contains, containsAll, iterator, remove, removeAll, retainAll, sizeclearExpire, expire, expireAt, expireAt, remainTimeToLiveio.reactivex.Flowable<Integer> removeRange(String fromElement, boolean fromInclusive, String toElement, boolean toInclusive)
io.reactivex.Flowable<Integer> removeRangeTail(String fromElement, boolean fromInclusive)
io.reactivex.Flowable<Integer> removeRangeHead(String toElement, boolean toInclusive)
io.reactivex.Flowable<Collection<String>> rangeTail(String fromElement, boolean fromInclusive)
io.reactivex.Flowable<Collection<String>> rangeHead(String toElement, boolean toInclusive)
io.reactivex.Flowable<Collection<String>> range(String fromElement, boolean fromInclusive, String toElement, boolean toInclusive)
io.reactivex.Flowable<Collection<String>> rangeTail(String fromElement, boolean fromInclusive, int offset, int count)
io.reactivex.Flowable<Collection<String>> rangeHead(String toElement, boolean toInclusive, int offset, int count)
io.reactivex.Flowable<Collection<String>> range(String fromElement, boolean fromInclusive, String toElement, boolean toInclusive, int offset, int count)
Copyright © 2014–2018 The Redisson Project. All rights reserved.