Interface BatchBuilder

  • All Superinterfaces:
    java.io.Serializable, Service

    public interface BatchBuilder
    extends Service
    A builder for Batch instances
    • Method Detail

      • buildBatch

        Batch buildBatch​(BatchKey key,
                         JdbcCoordinator jdbcCoordinator)
        Build a batch.
        Parameters:
        key - Value to uniquely identify a batch
        jdbcCoordinator - The JDBC coordinator with which to coordinate efforts
        Returns:
        The built batch