Package org.redisson.api
Class BatchResult<E>
- java.lang.Object
-
- org.redisson.api.BatchResult<E>
-
public class BatchResult<E> extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description BatchResult(List<E> responses, int syncedSlaves)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<E>getResponses()Returns list of result objects for each commandintgetSyncedSlaves()Returns amount of successfully synchronized slaves during batch execution
-