deephaven.replay¶
This module provides support for replaying historical data.
- class TableReplayer(start_time, end_time)[source]¶
Bases:
JObjectWrapper
The TableReplayer is used to replay historical data.
Tables to be replayed are registered with the replayer. The resulting dynamic replay tables all update in sync, using the same simulated clock. Each registered table must contain a timestamp column.
- add_table(table, col)[source]¶
Registers a table for replaying and returns the associated replay table.
- j_object_type¶
alias of
Replayer