|
Inline Method public countAsync(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Future<Integer> inlined to public lexCount(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : int in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Inline Method public countHeadAsync(toElement String, toInclusive boolean) : Future<Integer> inlined to public lexCountHead(toElement String, toInclusive boolean) : int in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Inline Method public rangeTailAsync(fromElement String, fromInclusive boolean, offset int, count int) : Future<Collection<String>> inlined to public lexRangeTail(fromElement String, fromInclusive boolean, offset int, count int) : Collection<String> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Inline Method public rangeHeadAsync(toElement String, toInclusive boolean) : Future<Collection<String>> inlined to public lexRangeHead(toElement String, toInclusive boolean) : Collection<String> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Inline Method public rangeAsync(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Future<Collection<String>> inlined to public lexRange(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Collection<String> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Inline Method public rangeHeadAsync(toElement String, toInclusive boolean, offset int, count int) : Future<Collection<String>> inlined to public lexRangeHead(toElement String, toInclusive boolean, offset int, count int) : Collection<String> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Inline Method public removeRangeHeadAsync(toElement String, toInclusive boolean) : Future<Integer> inlined to public removeRangeHeadByLex(toElement String, toInclusive boolean) : int in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Inline Method public rangeAsync(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean, offset int, count int) : Future<Collection<String>> inlined to public lexRange(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean, offset int, count int) : Collection<String> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Inline Method public countTailAsync(fromElement String, fromInclusive boolean) : Future<Integer> inlined to public lexCountTail(fromElement String, fromInclusive boolean) : int in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Inline Method public removeRangeAsync(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Future<Integer> inlined to public removeRangeByLex(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : int in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Inline Method public rangeTailAsync(fromElement String, fromInclusive boolean) : Future<Collection<String>> inlined to public lexRangeTail(fromElement String, fromInclusive boolean) : Collection<String> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Inline Method public removeRangeTailAsync(fromElement String, fromInclusive boolean) : Future<Integer> inlined to public removeRangeTailByLex(fromElement String, fromInclusive boolean) : int in class org.redisson.RedissonLexSortedSet |
From |
To |