Package io.deephaven.integrations.python
Interface TableSnapshotReplayer
- All Known Implementing Classes:
PythonReplayListenerAdapter
,PythonReplayShiftObliviousListenerAdapter
A listener to replay the current table snapshot.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
replay()
Replay the current table snapshot into a listener.
-
Method Details
-
replay
void replay()Replay the current table snapshot into a listener. A shared or exclusive UGP lock should be held when calling this method.
-