Class EPRuntimeCompileReflectiveService
java.lang.Object
com.espertech.esper.runtime.internal.kernel.service.EPRuntimeCompileReflectiveService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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
-
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
-
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
-