Class LiveIndexableNumericData
java.lang.Object
com.illumon.iris.db.plot.datasets.data.IndexableNumericData
com.illumon.iris.db.plot.datasets.data.LiveIndexableNumericData
- All Implemented Interfaces:
PlotExceptionCause,Serializable
- Direct Known Subclasses:
IndexableNumericDataSwappableTable,IndexableNumericDataTable,SortedIndexableNumericDataTable
public abstract class LiveIndexableNumericData extends IndexableNumericData
An
IndexableNumericData backed by a table.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description LiveIndexableNumericData(PlotInfo plotInfo) -
Method Summary
Modifier and Type Method Description abstract IndexableNumericDatasnapshot()Methods inherited from class com.illumon.iris.db.plot.datasets.data.IndexableNumericData
doubleIterator, get, getPlotInfo, getRange, onClose, size, stream
-
Constructor Details
-
LiveIndexableNumericData
- Parameters:
plotInfo- plot information
-
-
Method Details