Interface BatchResultIterable<T>

    • Method Detail

      • listPerBatch

        java.util.List<java.util.List<T>> listPerBatch()
        Split the results into per-batch sub-lists. Note that this may not be correct if any of the executed batches returned an error code.
        Returns:
        results in a List of Lists.