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
-
Constructor Summary
Constructors Constructor Description LiveIndexableData(PlotInfo plotInfo)
-
Method Summary
Modifier and Type Method Description abstract IndexableData<T>
snapshot()
Methods inherited from class com.illumon.iris.db.plot.datasets.data.IndexableData
get, getPlotInfo, onClose, size
-
Constructor Details
-
LiveIndexableData
- Parameters:
plotInfo
- plot information
-
-
Method Details
-
snapshot
- Overrides:
snapshot
in classIndexableData<T>
-