Class AppendableTableRow

java.lang.Object
com.illumon.iris.db.tables.appendable.AppendableTableRow
All Implemented Interfaces:
Row

public class AppendableTableRow
extends Object
implements Row
Row implementation for use by table writers that write via appendable tables. Does not support buffering more than a single outstanding row, since the appendable columns themselves tend to handle block-oriented writing internally. Requires external synchronization for correct concurrent use.