Class BatchedImportRowBufferProcessor

java.lang.Object
com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor
All Implemented Interfaces:
BinaryStoreV2RowBufferProcessor, TableListener

public abstract class BatchedImportRowBufferProcessor
extends Object
implements BinaryStoreV2RowBufferProcessor, TableListener
Base class for generated BinaryStoreV2RowBufferProcessor implementations that also support part of the TableListener interface for integration with the BinaryStoreImportProcessor and use a RowBatch to accumulate rows and enable vectorizable transformations and bulk writing.