Class ReplayerHandle.Local

java.lang.Object
io.deephaven.engine.table.impl.replay.ReplayerHandle.Local
All Implemented Interfaces:
ReplayerHandle, Serializable
Enclosing interface:
ReplayerHandle

public static class ReplayerHandle.Local extends Object implements ReplayerHandle
A handle to a replayer, where the replayer and handle exist in the same JVM instance.
See Also:
  • Constructor Details

    • Local

      public Local(Replayer replayer)
      Create a new handle.
      Parameters:
      replayer - replayer
  • Method Details