Class AppendableTableRow
java.lang.Object
com.illumon.iris.db.tables.appendable.AppendableTableRow
- All Implemented Interfaces:
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 -
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
-
AppendableTableRow
-
-
Method Details
-
getSetter
Description copied from interface:Row
Gets a setter for a column. -
getFlags
-
setFlags
-
writeRow
Description copied from interface:Row
Writes out a new row (values set using setters).- Specified by:
writeRow
in interfaceRow
- Throws:
IOException
- problem writing the row
-