| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.command | |
| org.redisson.reactive |
| Modifier and Type | Method and Description |
|---|---|
BatchResult<?> |
RedissonBatch.execute() |
| Modifier and Type | Method and Description |
|---|---|
RFuture<BatchResult<?>> |
RedissonBatch.executeAsync() |
| Modifier and Type | Method and Description |
|---|---|
BatchResult<?> |
RBatch.execute()
Executes all operations accumulated during async methods invocations.
|
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<BatchResult<?>> |
RBatchReactive.execute()
Executes all operations accumulated during Reactive methods invocations Reactivehronously.
|
RFuture<BatchResult<?>> |
RBatch.executeAsync()
Executes all operations accumulated during async methods invocations asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
BatchResult<?> |
CommandBatchService.execute() |
BatchResult<?> |
CommandBatchService.execute(int syncSlaves,
long syncTimeout,
boolean noResult,
long responseTimeout,
int retryAttempts,
long retryInterval) |
| Modifier and Type | Method and Description |
|---|---|
RFuture<BatchResult<?>> |
CommandReactiveBatchService.executeAsync(int syncSlaves,
long syncTimeout,
boolean skipResult,
long responseTimeout,
int retryAttempts,
long retryInterval) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<BatchResult<?>> |
RedissonBatchReactive.execute() |
Copyright © 2014–2017 The Redisson Project. All rights reserved.