Class LiveIndexableData<T>

java.lang.Object
com.illumon.iris.db.plot.datasets.data.IndexableData<T>
com.illumon.iris.db.plot.datasets.data.LiveIndexableData<T>
Type Parameters:
T - class of the values
All Implemented Interfaces:
PlotExceptionCause, Serializable
Direct Known Subclasses:
IndexableDataSwappableTable, IndexableDataTable

public abstract class LiveIndexableData<T>
extends IndexableData<T>
An IndexableData backed by a table.
See Also:
Serialized Form