Class EPRuntimeCompileReflectiveService

java.lang.Object
com.espertech.esper.runtime.internal.kernel.service.EPRuntimeCompileReflectiveService

public class EPRuntimeCompileReflectiveService extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    com.espertech.esper.common.client.EPCompiled
    reflectiveCompile(com.espertech.esper.common.client.module.Module module, com.espertech.esper.common.client.configuration.Configuration configuration, com.espertech.esper.common.client.EPCompilerPathable optionalPathable)
     
    com.espertech.esper.common.client.EPCompiled
    reflectiveCompile(String epl, com.espertech.esper.common.client.configuration.Configuration configuration, com.espertech.esper.common.client.EPCompilerPathable optionalPathable)
     
    com.espertech.esper.common.internal.epl.expression.core.ExprNode
    reflectiveCompileExpression(String epl, com.espertech.esper.common.client.EventType[] eventTypes, String[] streamNames, com.espertech.esper.common.client.configuration.Configuration configuration)
     
    com.espertech.esper.common.client.EPCompiled
    reflectiveCompileFireAndForget(String epl, com.espertech.esper.common.client.configuration.Configuration configuration, com.espertech.esper.common.client.EPCompilerPathable optionalPathable)
     
    com.espertech.esper.common.client.soda.EPStatementObjectModel
    reflectiveEPLToModel(String epl, com.espertech.esper.common.client.configuration.Configuration configuration)
     
    com.espertech.esper.common.client.module.Module
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EPRuntimeCompileReflectiveService

      public EPRuntimeCompileReflectiveService()
  • Method Details

    • isCompilerAvailable

      public boolean isCompilerAvailable()
    • reflectiveCompile

      public com.espertech.esper.common.client.EPCompiled reflectiveCompile(String epl, com.espertech.esper.common.client.configuration.Configuration configuration, com.espertech.esper.common.client.EPCompilerPathable optionalPathable)
    • reflectiveCompile

      public com.espertech.esper.common.client.EPCompiled reflectiveCompile(com.espertech.esper.common.client.module.Module module, com.espertech.esper.common.client.configuration.Configuration configuration, com.espertech.esper.common.client.EPCompilerPathable optionalPathable)
    • reflectiveCompileFireAndForget

      public com.espertech.esper.common.client.EPCompiled reflectiveCompileFireAndForget(String epl, com.espertech.esper.common.client.configuration.Configuration configuration, com.espertech.esper.common.client.EPCompilerPathable optionalPathable) throws com.espertech.esper.common.client.EPException
      Throws:
      com.espertech.esper.common.client.EPException
    • reflectiveEPLToModel

      public com.espertech.esper.common.client.soda.EPStatementObjectModel reflectiveEPLToModel(String epl, com.espertech.esper.common.client.configuration.Configuration configuration) throws com.espertech.esper.common.client.EPException
      Throws:
      com.espertech.esper.common.client.EPException
    • reflectiveParseModule

      public com.espertech.esper.common.client.module.Module reflectiveParseModule(String epl)
    • reflectiveCompileExpression

      public com.espertech.esper.common.internal.epl.expression.core.ExprNode reflectiveCompileExpression(String epl, com.espertech.esper.common.client.EventType[] eventTypes, String[] streamNames, com.espertech.esper.common.client.configuration.Configuration configuration) throws com.espertech.esper.common.client.EPException
      Throws:
      com.espertech.esper.common.client.EPException