Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.core.start |
Classes related to start and stop of statements
|
Modifier and Type | Method and Description |
---|---|
EPStatementStartMethod |
StatementLifecycleSvcImpl.EPStatementDesc.getStartMethod()
Returns the start method.
|
Constructor and Description |
---|
EPStatementDesc(EPStatementSPI epStatement,
EPStatementStartMethod startMethod,
StatementContext statementContext)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
EPStatementStartMethodBase
Starts and provides the stop method for EPL statements.
|
class |
EPStatementStartMethodCreateContext
Starts and provides the stop method for EPL statements.
|
class |
EPStatementStartMethodCreateExpression
Starts and provides the stop method for EPL statements.
|
class |
EPStatementStartMethodCreateGraph
Starts and provides the stop method for EPL statements.
|
class |
EPStatementStartMethodCreateIndex
Starts and provides the stop method for EPL statements.
|
class |
EPStatementStartMethodCreateSchema
Starts and provides the stop method for EPL statements.
|
class |
EPStatementStartMethodCreateTable
Starts and provides the stop method for EPL statements.
|
class |
EPStatementStartMethodCreateVariable
Starts and provides the stop method for EPL statements.
|
class |
EPStatementStartMethodCreateWindow
Starts and provides the stop method for EPL statements.
|
class |
EPStatementStartMethodOnTrigger
Starts and provides the stop method for EPL statements.
|
class |
EPStatementStartMethodSelect
Starts and provides the stop method for EPL statements.
|
class |
EPStatementStartMethodUpdate
Starts and provides the stop method for EPL statements.
|
Modifier and Type | Method and Description |
---|---|
static EPStatementStartMethod |
EPStatementStartMethodFactory.makeStartMethod(StatementSpecCompiled statementSpec)
Ctor.
|