Class FigureTableSnapshotManager
java.lang.Object
com.illumon.iris.db.plot.util.tables.FigureTableSnapshotManager
Schedules snapshots for all tables in the figure.
All tables are snapshotted at the same time so the data in the figure is consistent.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final com.fishlib.io.logger.DelegatingLoggerImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Compute theInitialSnapshot
for allTableSnapshot
s in the work queue.
-
Field Details
-
log
protected static final com.fishlib.io.logger.DelegatingLoggerImpl log
-
-
Constructor Details
-
FigureTableSnapshotManager
-
FigureTableSnapshotManager
-
-
Method Details
-
recompute
public void recompute()Compute theInitialSnapshot
for allTableSnapshot
s in the work queue. -
getFigure
-