public class BatchResult<E> extends Object
| Constructor and Description |
|---|
BatchResult(List<E> responses,
int syncedSlaves) |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
getResponses()
Returns list of result objects for each command
|
int |
getSyncedSlaves()
Returns amount of successfully synchronized slaves during batch execution
|
Copyright © 2014–2020 Redisson. All rights reserved.