Package com.illumon.iris.db.plot
Interface TableSnapshotSeries
- All Superinterfaces:
Serializable
,Series
,SeriesInternal
,TableSnapshotChangeListener
- All Known Implementing Classes:
AbstractMultiSeries
,AbstractSwappableMultiSeries
,AbstractTableMapHandleMultiSeries
,CategoryDataSeriesSwappableTableMap
,CategoryDataSeriesTableMap
,CategoryErrorBarDataSeriesSwappableTableMap
,CategoryErrorBarDataSeriesTableMap
,IntervalXYDataSeriesArray
,MultiCatErrorBarSeries
,MultiCatErrorBarSeriesSwappable
,MultiCatSeries
,MultiCatSeriesSwappable
,MultiOHLCSeries
,MultiOHLCSeriesSwappable
,MultiXYErrorBarSeries
,MultiXYErrorBarSeriesSwappable
,MultiXYSeries
,MultiXYSeriesSwappable
,OHLCDataSeriesSwappableTableArray
,OHLCDataSeriesTableArray
,TransformedMultiSeries
,XYDataSeriesSwappableTableArray
,XYDataSeriesTableArray
,XYErrorBarDataSeriesSwappableTableArray
,XYErrorBarDataSeriesTableArray
public interface TableSnapshotSeries extends SeriesInternal, TableSnapshotChangeListener
Data series that are backed by table snapshots
-
Method Summary
Modifier and Type Method Description default void
notifyTableSnapshotChanged()
Notifies the listener when table snapshot is changedMethods inherited from interface com.illumon.iris.db.plot.SeriesInternal
addSwappableTable, addTableHandle, addTableMapHandle, axes, copy, dataChangeListener, getSwappableTables, getTableHandles, getTableMapHandles, id, name, onClose, onInflate, removeTableHandle
-
Method Details
-
notifyTableSnapshotChanged
default void notifyTableSnapshotChanged()Description copied from interface:TableSnapshotChangeListener
Notifies the listener when table snapshot is changed- Specified by:
notifyTableSnapshotChanged
in interfaceTableSnapshotChangeListener
-