Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Class and Description |
---|---|
class |
StatementLifecycleSvcImpl
Provides statement lifecycle services.
|
Modifier and Type | Method and Description |
---|---|
StatementLifecycleSvc |
EPServicesContext.getStatementLifecycleSvc()
Returns statement lifecycle svc
|
StatementLifecycleSvc |
EPServiceProviderSPI.getStatementLifecycleSvc()
Returns statement management service for the engine.
|
StatementLifecycleSvc |
EPServiceProviderImpl.getStatementLifecycleSvc() |
Modifier and Type | Method and Description |
---|---|
protected static Map<String,Long> |
EPRuntimeImpl.getStatementNearestSchedulesInternal(SchedulingServiceSPI schedulingService,
StatementLifecycleSvc statementLifecycleSvc) |
void |
EPServicesContext.setStatementLifecycleSvc(StatementLifecycleSvc statementLifecycleSvc)
Sets the service dealing with starting and stopping statements.
|
Constructor and Description |
---|
EPStatementImpl(String expressionNoAnnotations,
boolean isPattern,
DispatchService dispatchService,
StatementLifecycleSvc statementLifecycleSvc,
long timeLastStateChange,
boolean isBlockingDispatch,
boolean isSpinBlockingDispatch,
long msecBlockingTimeout,
TimeSourceService timeSourceService,
StatementMetadata statementMetadata,
Object userObject,
StatementContext statementContext,
boolean isFailed,
boolean nameProvided)
Ctor.
|
StatementResultServiceImpl(String statementName,
StatementLifecycleSvc statementLifecycleSvc,
MetricReportingServiceSPI metricReportingService,
ThreadingService threadingService)
Ctor.
|