Class BatchedObjectColumnProcessor

    • Constructor Detail

      • BatchedObjectColumnProcessor

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