| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.client.protocol | |
| org.redisson.client.protocol.decoder | |
| org.redisson.reactive |
| Modifier and Type | Method and Description |
|---|---|
ListScanResult<ScanObjectEntry> |
ScanIterator.scanIterator(String name,
InetSocketAddress client,
long startPos) |
ListScanResult<ScanObjectEntry> |
RedissonSetCache.scanIterator(String name,
InetSocketAddress client,
long startPos) |
ListScanResult<ScanObjectEntry> |
RedissonSet.scanIterator(String name,
InetSocketAddress client,
long startPos) |
| Modifier and Type | Method and Description |
|---|---|
RFuture<ListScanResult<ScanObjectEntry>> |
RedissonSetCache.scanIteratorAsync(String name,
InetSocketAddress client,
long startPos) |
| Modifier and Type | Field and Description |
|---|---|
static RedisCommand<ListScanResult<Object>> |
RedisCommands.EVAL_SSCAN |
static RedisCommand<ListScanResult<Object>> |
RedisCommands.EVAL_ZSCAN |
static RedisCommand<ListScanResult<String>> |
RedisCommands.SCAN |
static RedisCommand<ListScanResult<Object>> |
RedisCommands.SSCAN |
static RedisCommand<ListScanResult<Object>> |
RedisCommands.ZSCAN |
| Modifier and Type | Method and Description |
|---|---|
ListScanResult<Object> |
ScoredSortedSetScanReplayDecoder.decode(List<Object> parts,
State state) |
ListScanResult<Object> |
ListScanResultReplayDecoder.decode(List<Object> parts,
State state) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.reactivestreams.Publisher<ListScanResult<ScanObjectEntry>> |
SetReactiveIterator.scanIteratorReactive(InetSocketAddress client,
long nextIterPos) |
Copyright © 2014–2017 The Redisson Project. All rights reserved.