Class ConfigurationCompilerViewResources

java.lang.Object
com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerViewResources
All Implemented Interfaces:
Serializable

public class ConfigurationCompilerViewResources extends Object implements Serializable
Holds view resources settings.
See Also:
  • Constructor Details

    • ConfigurationCompilerViewResources

      protected ConfigurationCompilerViewResources()
      Ctor - sets up defaults.
  • Method Details

    • isIterableUnbound

      public boolean isIterableUnbound()
      Returns flag to indicate unbound statements are iterable and return the last event.
      Returns:
      indicator
    • setIterableUnbound

      public void setIterableUnbound(boolean iterableUnbound)
      Sets flag to indicate unbound statements are iterable and return the last event.
      Parameters:
      iterableUnbound - to set
    • isOutputLimitOpt

      public boolean isOutputLimitOpt()
      Returns indicator whether for output limiting the options are enabled by default. Has the same effect as adding "@hint("ENABLE_OUTPUTLIMIT_OPT") to all statements (true by default).
      Returns:
      flag
    • setOutputLimitOpt

      public void setOutputLimitOpt(boolean outputLimitOpt)
      Sets indicator whether for output limiting the options are enabled by default. Has the same effect as adding "@hint("ENABLE_OUTPUTLIMIT_OPT") to all statements (true by default).
      Parameters:
      outputLimitOpt - flag