Package com.illumon.iris.db.tables.appendable
package com.illumon.iris.db.tables.appendable
-
ClassDescriptionAppendableColumn<DATA_TYPE>Appendable columns for ordered output.AppendableTable<COLUMN_IMPL_TYPE extends AppendableColumn>Interface for appending to a single partition or standalone splayed table.Row implementation for use by table writers that write via appendable tables.BaseAppendableColumn<TYPE>Base class for AppendableColumn implementations.Interface for appendable objects with built-in buffering.BufferedAppendableColumn<DATA_TYPE>Combine the BufferedAppendable and AppendableColumn interfaces.BufferedAppendableTable<COLUMN_IMPL_TYPE extends BufferedAppendableColumn>Combine the BufferedAppendable and AppendableTable interfaces.Interface for table writing components that support transactions.