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.
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description AppendableTableRow(AppendableTable table)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.illumon.iris.binarystore.Row
getColumnPartitionValue, getSetter, setColumnPartitionValue
-
Constructor Details
-
Method Details