Class BatchedColumnProcessor

    • Constructor Detail

      • BatchedColumnProcessor

        public BatchedColumnProcessor​(int rowsPerBatch)
        Constructs a batched column processor configured to invoke the AbstractBatchedColumnProcessor.batchesProcessed method after a given number of rows has been processed.
        Parameters:
        rowsPerBatch - the number of rows to process in each batch.