Class LiveAssociativeData<KEY,​VALUE,​VALUECOLUMN>

java.lang.Object
com.illumon.iris.db.plot.datasets.data.AssociativeData<KEY,​VALUE>
com.illumon.iris.db.plot.datasets.data.LiveAssociativeData<KEY,​VALUE,​VALUECOLUMN>
Type Parameters:
KEY - class of the keys
VALUE - class of the values
VALUECOLUMN - class of the value column in the table. Will be converted to VALUE
All Implemented Interfaces:
PlotExceptionCause, Serializable
Direct Known Subclasses:
AssociativeDataSwappableTable, AssociativeDataTable

public abstract class LiveAssociativeData<KEY,​VALUE,​VALUECOLUMN>
extends AssociativeData<KEY,​VALUE>
An AssociativeData backed by a table.
See Also:
Serialized Form