Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Field and Description |
---|---|
protected EPIsolationUnitServices |
EPRuntimeIsolatedImpl.services |
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,
String expression,
boolean isPattern,
String optStatementName,
Object userObject,
EPIsolationUnitServices isolationUnitServices,
Integer optionalStatementId,
EPStatementObjectModel optionalModel) |
EPStatement |
StatementLifecycleSvc.createAndStart(StatementSpecRaw statementSpec,
String expression,
boolean isPattern,
String optStatementName,
Object userObject,
EPIsolationUnitServices isolationUnitServices,
Integer optionalStatementId,
EPStatementObjectModel optionalModel)
Create and start the statement.
|
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.
|
EPRuntimeIsolatedSPI |
EPRuntimeIsolatedFactoryImpl.make(EPIsolationUnitServices isolatedServices,
EPServicesContext unisolatedSvc) |
EPRuntimeIsolatedSPI |
EPRuntimeIsolatedFactory.make(EPIsolationUnitServices isolatedServices,
EPServicesContext unisolatedSvc) |
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) |
void |
StatementIsolationServiceImpl.newStatement(int stmtId,
String stmtName,
EPIsolationUnitServices isolatedServices) |
void |
StatementIsolationService.newStatement(int stmtId,
String stmtName,
EPIsolationUnitServices isolatedServices)
Indicates a new statement created in an isolated service.
|
Constructor and Description |
---|
EPAdministratorIsolatedImpl(String isolatedServiceName,
EPIsolationUnitServices services,
EPServicesContext unisolatedServices,
EPRuntimeIsolatedSPI isolatedRuntime)
Ctor.
|
EPRuntimeIsolatedImpl(EPIsolationUnitServices svc,
EPServicesContext unisolatedSvc)
Ctor.
|
EPServiceProviderIsolatedImpl(String name,
EPIsolationUnitServices isolatedServices,
EPServicesContext unisolatedSvc,
Map<String,EPServiceProviderIsolatedImpl> providers)
Ctor.
|