Class FixedStepReplayer
java.lang.Object
io.deephaven.engine.table.impl.replay.Replayer
io.deephaven.engine.table.impl.replay.FixedStepReplayer
- All Implemented Interfaces:
ReplayerInterface,Runnable
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.deephaven.engine.table.impl.replay.Replayer
getClock, getHandle, isDone, registerTimeSource, replay, replayGrouped, replayGroupedLastBy, schedule, shutdown, start, waitDone
-
Constructor Details
-
FixedStepReplayer
-
-
Method Details
-
run
public void run()Description copied from class:ReplayerRefresh the simulated live tables. -
setTime
public void setTime(long updatedTime) Description copied from class:ReplayerSets the current replay time.- Specified by:
setTimein interfaceReplayerInterface- Overrides:
setTimein classReplayer- Parameters:
updatedTime- new replay time.
-
clock
- Specified by:
clockin interfaceReplayerInterface- Overrides:
clockin classReplayer
-