Package | Description |
---|---|
com.espertech.esper.core.context.util |
Context partition utility or reference classes.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.epl.expression.core |
Core expression classes.
|
com.espertech.esper.util.support |
Internal-use-only unit and regression test support classes.
|
Modifier and Type | Method and Description |
---|---|
StatementType |
AgentInstanceViewFactoryChainContext.getStatementType() |
StatementType |
AgentInstanceContext.getStatementType() |
Modifier and Type | Method and Description |
---|---|
StatementType |
StatementMetadata.getStatementType()
Returns the statement type.
|
StatementType |
StatementContext.getStatementType() |
StatementType |
ExprEvaluatorContextWTableAccess.getStatementType() |
StatementType |
ExprEvaluatorContextStatement.getStatementType() |
StatementType |
EPStatementHandle.getStatementType() |
static StatementType |
StatementMetadataFactoryDefault.getStatementType(StatementSpecRaw statementSpec,
boolean pattern) |
static StatementType |
StatementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementType[] |
StatementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StatementContext |
StatementContextFactoryDefault.makeContext(int statementId,
String statementName,
String expression,
StatementType statementType,
EPServicesContext engineServices,
Map<String,Object> optAdditionalContext,
boolean isFireAndForget,
Annotation[] annotations,
EPIsolationUnitServices isolationUnitServices,
boolean stateless,
StatementSpecRaw statementSpecRaw,
List<ExprSubselectNode> subselectNodes,
boolean writesToTables,
Object statementUserObject) |
StatementContext |
StatementContextFactory.makeContext(int statementId,
String statementName,
String expression,
StatementType statementType,
EPServicesContext engineServices,
Map<String,Object> optAdditionalContext,
boolean isFireAndForget,
Annotation[] annotations,
EPIsolationUnitServices isolationUnitServices,
boolean stateless,
StatementSpecRaw statementSpecRaw,
List<ExprSubselectNode> subselectNodes,
boolean writesToTables,
Object statementUserObject) |
Constructor and Description |
---|
EPStatementHandle(int statementId,
String statementName,
String statementText,
StatementType statementType,
String expressionText,
boolean hasVariables,
StatementMetricHandle metricsHandle,
int priority,
boolean preemptive,
boolean hasTableAccess,
MultiMatchHandler multiMatchHandler)
Ctor.
|
StatementMetadata(StatementType statementType)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
StatementType |
ExprEvaluatorContextTimeOnly.getStatementType() |
StatementType |
ExprEvaluatorContext.getStatementType() |
Modifier and Type | Method and Description |
---|---|
StatementType |
SupportExprEvaluatorContext.getStatementType() |