Class DelegatingBinaryStoreV2BufferProcessor

java.lang.Object
com.illumon.iris.binarystore.DelegatingBinaryStoreV2BufferProcessor
All Implemented Interfaces:
BinaryStoreBufferProcessor, BinaryStoreReader, TableReader

public final class DelegatingBinaryStoreV2BufferProcessor extends Object implements BinaryStoreBufferProcessor
Buffer processor for version 2 of the binary store protocol which delegates row buffer consumption to a BinaryStoreV2RowBufferProcessor rather than support the legacy RowGetter approach. This enables batch-oriented row processing for high-throughput ingestion.