Package com.illumon.iris.db.tables.appendable
-
Interface Summary Interface Description AppendableColumn<DATA_TYPE> Appendable columns for ordered output.AppendableTable<COLUMN_IMPL_TYPE extends AppendableColumn> Interface for appending to a single partition or standalone splayed table.BufferedAppendable 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.TableTransactionProcessor Interface for table writing components that support transactions. -
Class Summary Class Description AppendableTableRow Row implementation for use by table writers that write via appendable tables.BaseAppendableColumn<TYPE> Base class for AppendableColumn implementations.