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