Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,StatementLifecycleSvcImpl.EPStatementDesc> |
StatementLifecycleSvcImpl.stmtIdToDescMap
Maps of statement id to descriptor.
|
Modifier and Type | Method and Description |
---|---|
protected StatementLifecycleSvcImpl.EPStatementDesc |
StatementLifecycleSvcImpl.createStopped(StatementSpecRaw statementSpec,
Annotation[] annotations,
String expression,
boolean isPattern,
String statementName,
boolean nameProvided,
int statementId,
Map<String,Object> optAdditionalContext,
Object statementUserObject,
EPIsolationUnitServices isolationUnitServices,
boolean isFailed,
EPStatementObjectModel optionalModel)
Create stopped statement.
|
protected StatementLifecycleSvcImpl.EPStatementDesc |
StatementLifecycleSvcImpl.createStoppedAssignName(StatementSpecRaw statementSpec,
String expression,
boolean isPattern,
String optStatementName,
int statementId,
Map<String,Object> optAdditionalContext,
Object userObject,
EPIsolationUnitServices isolationUnitServices,
EPStatementObjectModel optionalModel)
Creates and starts statement.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StatementLifecycleSvcImpl.destroyInternal(StatementLifecycleSvcImpl.EPStatementDesc desc) |
void |
StatementLifecycleSvcImpl.start(int statementId,
StatementLifecycleSvcImpl.EPStatementDesc desc,
boolean isNewStatement,
boolean isRecoveringStatement,
boolean isResilient)
Start the given statement.
|