| 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(BatchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
RFuture<BatchResult<?>> |
CommandReactiveBatchService.executeAsync(BatchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<BatchResult<?>> |
RedissonBatchReactive.execute() |
Copyright © 2014–2018 The Redisson Project. All rights reserved.