public class EPRuntimeCompileReflectiveSPI extends Object implements com.espertech.esper.common.internal.compile.util.CompileExpressionSPI
Constructor and Description |
---|
EPRuntimeCompileReflectiveSPI(EPRuntimeCompileReflectiveService provider,
EPRuntime runtime) |
Modifier and Type | Method and Description |
---|---|
com.espertech.esper.common.internal.epl.expression.core.ExprNode |
compileExpression(String epl,
com.espertech.esper.common.client.EventType[] eventTypes,
String[] streamNames) |
boolean |
isCompilerAvailable() |
com.espertech.esper.common.client.EPCompiled |
reflectiveCompile(com.espertech.esper.common.client.module.Module module) |
com.espertech.esper.common.client.EPCompiled |
reflectiveCompile(String epl) |
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.EPCompiled |
reflectiveCompileFireAndForget(String epl) |
com.espertech.esper.common.client.soda.EPStatementObjectModel |
reflectiveEPLToModel(String epl) |
com.espertech.esper.common.client.module.Module |
reflectiveParseModule(String epl) |
public EPRuntimeCompileReflectiveSPI(EPRuntimeCompileReflectiveService provider, EPRuntime runtime)
public boolean isCompilerAvailable()
public com.espertech.esper.common.client.EPCompiled reflectiveCompile(String epl)
public com.espertech.esper.common.client.EPCompiled reflectiveCompile(com.espertech.esper.common.client.module.Module module)
public com.espertech.esper.common.client.EPCompiled reflectiveCompileFireAndForget(String epl) throws com.espertech.esper.common.client.EPException
com.espertech.esper.common.client.EPException
public com.espertech.esper.common.internal.epl.expression.core.ExprNode reflectiveCompileExpression(String epl, com.espertech.esper.common.client.EventType[] eventTypes, String[] streamNames) throws com.espertech.esper.common.client.EPException
com.espertech.esper.common.client.EPException
public com.espertech.esper.common.client.soda.EPStatementObjectModel reflectiveEPLToModel(String epl)
public com.espertech.esper.common.internal.epl.expression.core.ExprNode compileExpression(String epl, com.espertech.esper.common.client.EventType[] eventTypes, String[] streamNames) throws com.espertech.esper.common.client.EPException
compileExpression
in interface com.espertech.esper.common.internal.compile.util.CompileExpressionSPI
com.espertech.esper.common.client.EPException
public com.espertech.esper.common.client.module.Module reflectiveParseModule(String epl)
Copyright © 2005–2018. All rights reserved.