Interface BatchExecutable

    • Method Detail

      • executeBatch

        byte[][] executeBatch​(byte[][] command,
                              MessageContext[] msgCtx)
        Execute a batch of requests.
        Parameters:
        command - The batch of requests
        msgCtx - The context associated to each request
        Returns:
      • executeBatch

        default TOMMessage[] executeBatch​(int processID,
                                          int viewID,
                                          boolean[] isReplyHash,
                                          byte[][] command,
                                          MessageContext[] msgCtx)