| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.rx |
| Modifier and Type | Method and Description |
|---|---|
RBatchRx |
RedissonRx.createBatch() |
RBatchRx |
RedissonRx.createBatch(BatchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
RBatchRx |
RBatchRx.atomic()
Deprecated.
|
RBatchRx |
RedissonRxClient.createBatch()
Return batch object which executes group of
command in pipeline.
|
RBatchRx |
RedissonRxClient.createBatch(BatchOptions options)
Return batch object which executes group of
command in pipeline.
|
RBatchRx |
RBatchRx.retryAttempts(int retryAttempts)
Deprecated.
|
RBatchRx |
RBatchRx.retryInterval(long retryInterval,
TimeUnit unit)
Deprecated.
|
RBatchRx |
RBatchRx.skipResult()
Deprecated.
|
RBatchRx |
RBatchRx.syncSlaves(int slaves,
long timeout,
TimeUnit unit)
Deprecated.
|
RBatchRx |
RBatchRx.timeout(long timeout,
TimeUnit unit)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonBatchRx |
| Modifier and Type | Method and Description |
|---|---|
RBatchRx |
RedissonBatchRx.atomic() |
RBatchRx |
RedissonBatchRx.retryAttempts(int retryAttempts) |
RBatchRx |
RedissonBatchRx.retryInterval(long retryInterval,
TimeUnit unit) |
RBatchRx |
RedissonBatchRx.skipResult() |
RBatchRx |
RedissonBatchRx.syncSlaves(int slaves,
long timeout,
TimeUnit unit) |
RBatchRx |
RedissonBatchRx.timeout(long timeout,
TimeUnit unit) |
Copyright © 2014–2019 Redisson. All rights reserved.