Class ConfigurationRuntimeExpression

java.lang.Object
com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExpression
All Implemented Interfaces:
Serializable

public class ConfigurationRuntimeExpression extends Object implements Serializable
Expression evaluation settings in the runtime are for results of expressions.
See Also:
  • Constructor Details

    • ConfigurationRuntimeExpression

      public ConfigurationRuntimeExpression()
      Ctor.
  • Method Details

    • getTimeZone

      public TimeZone getTimeZone()
      Returns the time zone for calendar operations.
      Returns:
      time zone
    • setTimeZone

      public void setTimeZone(TimeZone timeZone)
      Sets the time zone for calendar operations.
      Parameters:
      timeZone - time zone
    • isSelfSubselectPreeval

      public boolean isSelfSubselectPreeval()
      Set to true (the default) to indicate that sub-selects within a statement are updated first when a new event arrives. This is only relevant for statements in which both sub-selects and the from-clause may react to the same exact event.
      Returns:
      indicator whether to evaluate sub-selects first or last on new event arrival
    • setSelfSubselectPreeval

      public void setSelfSubselectPreeval(boolean selfSubselectPreeval)
      Set to true (the default) to indicate that sub-selects within a statement are updated first when a new event arrives. This is only relevant for statements in which both sub-selects and the from-clause may react to the same exact event.
      Parameters:
      selfSubselectPreeval - indicator whether to evaluate sub-selects first or last on new event arrival