Click or drag to resize

EPEventServiceTimeControlAdvanceTimeSpan Method

Overload List
  NameDescription
Public methodAdvanceTimeSpan(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)

Public methodAdvanceTimeSpan(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)

Top
See Also