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:
  • Constructor Details

    • LiveIndexableNumericData

      public LiveIndexableNumericData(PlotInfo plotInfo)
      Parameters:
      plotInfo - plot information
  • Method Details