public class EPRuntimeCompileReflectiveService extends Object
Constructor and Description |
---|
EPRuntimeCompileReflectiveService() |
Modifier and Type | Method and Description |
---|---|
boolean |
isCompilerAvailable() |
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 |
reflectiveParseModule(String epl) |
public boolean isCompilerAvailable()
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)
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)
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
com.espertech.esper.common.client.EPException
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
com.espertech.esper.common.client.EPException
public com.espertech.esper.common.client.module.Module reflectiveParseModule(String epl)
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
com.espertech.esper.common.client.EPException
Copyright © 2005–2018. All rights reserved.