Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Class and Description |
---|---|
class |
EPStatementImpl
Statement implementation for EPL statements.
|
Modifier and Type | Method and Description |
---|---|
EPStatementSPI |
StatementLifecycleSvcImpl.EPStatementDesc.getEpStatement()
Returns the statement.
|
EPStatementSPI |
StatementContext.getStatement() |
EPStatementSPI |
StatementLifecycleSvcImpl.getStatementById(int statementId)
Returns the statement given a statement id.
|
EPStatementSPI |
StatementLifecycleSvc.getStatementById(int statementId) |
EPStatementSPI |
EPStatementFactoryDefault.make(String expressionNoAnnotations,
boolean isPattern,
DispatchService dispatchService,
StatementLifecycleSvcImpl statementLifecycleSvc,
long timeLastStateChange,
boolean preserveDispatchOrder,
boolean isSpinLocks,
long blockingTimeout,
TimeSourceService timeSource,
StatementMetadata statementMetadata,
Object statementUserObject,
StatementContext statementContext,
boolean isFailed,
boolean nameProvided) |
EPStatementSPI |
EPStatementFactory.make(String expressionNoAnnotations,
boolean isPattern,
DispatchService dispatchService,
StatementLifecycleSvcImpl statementLifecycleSvc,
long timeLastStateChange,
boolean preserveDispatchOrder,
boolean isSpinLocks,
long blockingTimeout,
TimeSourceService timeSource,
StatementMetadata statementMetadata,
Object statementUserObject,
StatementContext statementContext,
boolean isFailed,
boolean nameProvided) |
Modifier and Type | Method and Description |
---|---|
void |
StatementResultServiceImpl.setContext(EPStatementSPI epStatement,
EPServiceProviderSPI epServiceProvider,
boolean isInsertInto,
boolean isPattern,
boolean isDistinct,
boolean isForClause,
StatementMetricHandle statementMetricHandle) |
void |
StatementResultService.setContext(EPStatementSPI epStatement,
EPServiceProviderSPI epServiceProvider,
boolean isInsertInto,
boolean isPattern,
boolean isDistinct,
boolean isForClause,
StatementMetricHandle statementMetricHandle)
For initialization of the service to provide statement context.
|
void |
StatementContext.setStatement(EPStatementSPI statement) |
void |
StatementResultListener.update(EventBean[] newEvents,
EventBean[] oldEvents,
String statementName,
EPStatementSPI statement,
EPServiceProviderSPI epServiceProvider)
Provide statement result.
|
Constructor and Description |
---|
EPStatementDesc(EPStatementSPI epStatement,
EPStatementStartMethod startMethod,
StatementContext statementContext)
Ctor.
|