Package | Description |
---|---|
com.espertech.esper.epl.core |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
com.espertech.esper.epl.declexpr |
Declared expression handling.
|
com.espertech.esper.epl.script |
Script expression evaluation.
|
Modifier and Type | Method and Description |
---|---|
ExprNodeScript |
MethodPollingViewableMeta.getScriptExpression() |
Constructor and Description |
---|
MethodPollingExecStrategyScript(ExprNodeScript scriptExpression) |
MethodPollingViewableMeta(Class methodProviderClass,
boolean isStaticMethod,
Map<String,Object> optionalMapType,
LinkedHashMap<String,Object> optionalOaType,
Object invocationTarget,
MethodPollingExecStrategyEnum strategy,
boolean isCollection,
boolean isIterator,
VariableReader variableReader,
String variableName,
EventType eventTypeEventBeanArray,
ExprNodeScript scriptExpression) |
Modifier and Type | Method and Description |
---|---|
static ExprNodeScript |
ExprDeclaredHelper.getExistsScript(String defaultDialect,
String expressionName,
List<ExprNode> parameters,
Collection<ExpressionScriptProvided> scriptExpressions,
ExprDeclaredService exprDeclaredService) |
Modifier and Type | Field and Description |
---|---|
protected ExprNodeScript |
ExprNodeScriptEvalBase.parent |
Constructor and Description |
---|
ExprNodeScriptEvalBase(ExprNodeScript parent,
String statementName,
String[] names,
ExprForge[] parameters,
Class returnType,
EventType eventTypeCollection) |
ExprNodeScriptEvalJSR223(ExprNodeScript parent,
String statementName,
String[] names,
ExprForge[] parameters,
Class returnType,
EventType eventTypeCollection,
CompiledScript executable) |
ExprNodeScriptEvalMVEL(ExprNodeScript parent,
String statementName,
String[] names,
ExprForge[] parameters,
Class returnType,
EventType eventTypeCollection,
Object executable) |