Class DeltaClockWithSpeed

java.lang.Object
io.deephaven.enterprise.replay.DeltaClockWithSpeed
All Implemented Interfaces:
Clock

public final class DeltaClockWithSpeed extends Object implements Clock
A clock impl with a delta adjustment and a speed factor.
  • Constructor Details

    • DeltaClockWithSpeed

      public DeltaClockWithSpeed(@NotNull @NotNull Clock delegate, long deltaNanos, double speedFactor)
      Constructs a delta clock with the provided clock and delta.
      Parameters:
      delegate - the base clock
      deltaNanos - the delta nanos
  • Method Details