Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Method and Description |
---|---|
EPIsolationUnitServices |
EPServiceProviderIsolatedSPI.getIsolatedServices()
Return isolated services.
|
EPIsolationUnitServices |
EPServiceProviderIsolatedImpl.getIsolatedServices() |
Modifier and Type | Method and Description |
---|---|
EPStatement |
StatementLifecycleSvcImpl.createAndStart(StatementSpecRaw statementSpec,
java.lang.String expression,
boolean isPattern,
java.lang.String optStatementName,
java.lang.Object userObject,
EPIsolationUnitServices isolationUnitServices,
java.lang.String statementId,
EPStatementObjectModel optionalModel) |
EPStatement |
StatementLifecycleSvc.createAndStart(StatementSpecRaw statementSpec,
java.lang.String expression,
boolean isPattern,
java.lang.String optStatementName,
java.lang.Object userObject,
EPIsolationUnitServices isolationUnitServices,
java.lang.String statementId,
EPStatementObjectModel optionalModel)
Create and start the statement.
|
StatementContext |
StatementContextFactoryDefault.makeContext(java.lang.String statementId,
java.lang.String statementName,
java.lang.String expression,
EPServicesContext engineServices,
java.util.Map<java.lang.String,java.lang.Object> optAdditionalContext,
boolean isFireAndForget,
java.lang.annotation.Annotation[] annotations,
EPIsolationUnitServices isolationUnitServices,
boolean stateless,
StatementSpecRaw statementSpecRaw) |
StatementContext |
StatementContextFactory.makeContext(java.lang.String statementId,
java.lang.String statementName,
java.lang.String expression,
EPServicesContext engineServices,
java.util.Map<java.lang.String,java.lang.Object> optAdditionalContext,
boolean isFireAndForget,
java.lang.annotation.Annotation[] annotations,
EPIsolationUnitServices isolationUnitServices,
boolean stateless,
StatementSpecRaw statementSpecRaw)
Create a new statement context consisting of statement-level services.
|
void |
StatementIsolationServiceImpl.newStatement(java.lang.String stmtId,
java.lang.String stmtName,
EPIsolationUnitServices isolatedServices) |
void |
StatementIsolationService.newStatement(java.lang.String stmtId,
java.lang.String stmtName,
EPIsolationUnitServices isolatedServices)
Indicates a new statement created in an isolated service.
|
Constructor and Description |
---|
EPAdministratorIsolatedImpl(java.lang.String isolatedServiceName,
EPIsolationUnitServices services,
EPServicesContext unisolatedServices,
EPRuntimeIsolatedImpl isolatedRuntime)
Ctor.
|
EPRuntimeIsolatedImpl(EPIsolationUnitServices svc,
EPServicesContext unisolatedSvc)
Ctor.
|
EPServiceProviderIsolatedImpl(java.lang.String name,
EPIsolationUnitServices isolatedServices,
EPServicesContext unisolatedSvc,
java.util.Map<java.lang.String,EPServiceProviderIsolatedImpl> providers)
Ctor.
|