List<CacheScoredValue> |
CacheMemorySource.zscan(String key,
Type scoreType,
AtomicLong cursor,
int limit,
String pattern) |
|
default List<CacheScoredValue> |
CacheSource.zscan(String key,
Type scoreType,
AtomicLong cursor,
int limit) |
|
default List<CacheScoredValue> |
CacheSource.zscan(String key,
Type scoreType,
AtomicLong cursor,
int limit,
String pattern) |
|
CompletableFuture<List<CacheScoredValue>> |
CacheMemorySource.zscanAsync(String key,
Type scoreType,
AtomicLong cursor,
int limit,
String pattern) |
|
default CompletableFuture<List<CacheScoredValue>> |
CacheSource.zscanAsync(String key,
Type scoreType,
AtomicLong cursor,
int limit) |
|
CompletableFuture<List<CacheScoredValue>> |
CacheSource.zscanAsync(String key,
Type scoreType,
AtomicLong cursor,
int limit,
String pattern) |
|
default List<CacheScoredValue> |
CacheSource.zscanDouble(String key,
AtomicLong cursor,
int limit) |
|
default List<CacheScoredValue> |
CacheSource.zscanDouble(String key,
AtomicLong cursor,
int limit,
String pattern) |
|
default CompletableFuture<List<CacheScoredValue>> |
CacheSource.zscanDoubleAsync(String key,
AtomicLong cursor,
int limit) |
|
default CompletableFuture<List<CacheScoredValue>> |
CacheSource.zscanDoubleAsync(String key,
AtomicLong cursor,
int limit,
String pattern) |
|
default List<CacheScoredValue> |
CacheSource.zscanInteger(String key,
AtomicLong cursor,
int limit) |
|
default List<CacheScoredValue> |
CacheSource.zscanInteger(String key,
AtomicLong cursor,
int limit,
String pattern) |
|
default CompletableFuture<List<CacheScoredValue>> |
CacheSource.zscanIntegerAsync(String key,
AtomicLong cursor,
int limit) |
|
default CompletableFuture<List<CacheScoredValue>> |
CacheSource.zscanIntegerAsync(String key,
AtomicLong cursor,
int limit,
String pattern) |
|
default List<CacheScoredValue> |
CacheSource.zscanLong(String key,
AtomicLong cursor,
int limit) |
|
default List<CacheScoredValue> |
CacheSource.zscanLong(String key,
AtomicLong cursor,
int limit,
String pattern) |
|
default CompletableFuture<List<CacheScoredValue>> |
CacheSource.zscanLongAsync(String key,
AtomicLong cursor,
int limit) |
|
default CompletableFuture<List<CacheScoredValue>> |
CacheSource.zscanLongAsync(String key,
AtomicLong cursor,
int limit,
String pattern) |
|