Class BatchResult<E>


  • public class BatchResult<E>
    extends 
    Author:
    Nikita Koksharov
    • Constructor Summary

      Constructors 
      Constructor Description
      <E> responses, int syncedSlaves)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <E> getResponses()
      Returns list of result objects for each command
      int getSyncedSlaves()
      Returns amount of successfully synchronized slaves during batch execution
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Constructor Detail

      • BatchResult

        public BatchResult​(<E> responses,
                           int syncedSlaves)
    • Method Detail

      • getResponses

        public <E> getResponses()
        Returns list of result objects for each command
        Returns:
        list of objects
      • getSyncedSlaves

        public int getSyncedSlaves()
        Returns amount of successfully synchronized slaves during batch execution
        Returns:
        slaves amount