Interface TableSnapshotReplayer

All Known Implementing Classes:
PythonReplayListenerAdapter, PythonReplayShiftObliviousListenerAdapter

@ScriptApi public interface TableSnapshotReplayer
A listener to replay the current table snapshot.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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.