![]() | EPEventServiceTimeControlAdvanceTimeSpan Method |
Name | Description | |
---|---|---|
![]() | AdvanceTimeSpan(Int64) |
Advance time by continually-sliding to the given time in milliseconds (or nanoseconds if so configured) at the smallest resolution (non-hopping).
For externally controlling the time within a runtime.
External clocking must be first be enabled by configuration {@link com.espertech.esper.common.client.configuration.Runtime.ConfigurationRuntimeThreading.IsInternalTimerEnabled} passing false
or by calling {@link #clockExternal()}.
Time should never move backwards (unless for testing purposes where previous results can be thrown away)
|
![]() | AdvanceTimeSpan(Int64, Int64) |
Advance time by continually-sliding to the given time in milliseconds (or nanoseconds if so configured) at the provided resolution (hopping).
For externally controlling the time within a runtime.
External clocking must be first be enabled by configuration {@link com.espertech.esper.common.client.configuration.Runtime.ConfigurationRuntimeThreading.IsInternalTimerEnabled} passing false
or by calling {@link #clockExternal()}.
Time should never move backwards (unless for testing purposes where previous results can be thrown away)
|