Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.schedule |
Package for timer callback scheduling
|
Modifier and Type | Class and Description |
---|---|
class |
SchedulingServiceAudit |
Modifier and Type | Method and Description |
---|---|
SchedulingServiceSPI |
EPServicesContext.getSchedulingService()
Returns scheduling service implementation.
|
SchedulingServiceSPI |
EPIsolationUnitServices.getSchedulingService()
Returns the isolated scheduling service.
|
Constructor and Description |
---|
EPIsolationUnitServices(java.lang.String name,
int unitId,
FilterServiceSPI filterService,
SchedulingServiceSPI schedulingService)
Ctor.
|
EPServicesContext(java.lang.String engineURI,
SchedulingServiceSPI schedulingService,
EventAdapterService eventAdapterService,
EngineImportService engineImportService,
EngineSettingsService engineSettingsService,
DatabaseConfigService databaseConfigService,
PluggableObjectCollection plugInViews,
StatementLockFactory statementLockFactory,
ManagedReadWriteLock eventProcessingRWLock,
ExtensionServicesContext extensionServicesContext,
EngineEnvContext engineEnvContext,
StatementContextFactory statementContextFactory,
PluggableObjectCollection plugInPatternObjects,
TimerService timerService,
FilterServiceSPI filterService,
StreamFactoryService streamFactoryService,
NamedWindowService namedWindowService,
VariableService variableService,
TimeSourceService timeSourceService,
ValueAddEventService valueAddEventService,
MetricReportingServiceSPI metricsReportingService,
StatementEventTypeRef statementEventTypeRef,
StatementVariableRef statementVariableRef,
ConfigurationInformation configSnapshot,
ThreadingService threadingServiceImpl,
InternalEventRouterImpl internalEventRouter,
StatementIsolationService statementIsolationService,
SchedulingMgmtService schedulingMgmtService,
DeploymentStateService deploymentStateService,
ExceptionHandlingService exceptionHandlingService,
PatternNodeFactory patternNodeFactory,
EventTypeIdGenerator eventTypeIdGenerator,
StatementMetadataFactory statementMetadataFactory,
ContextManagementService contextManagementService,
SchedulableAgentInstanceDirectory schedulableAgentInstanceDirectory,
PatternSubexpressionPoolEngineSvc patternSubexpressionPoolSvc,
DataFlowService dataFlowService,
ExprDeclaredService exprDeclaredService)
Constructor - sets up new set of services.
|
SchedulingServiceAudit(java.lang.String engineUri,
java.lang.String statementName,
SchedulingServiceSPI spi) |
Modifier and Type | Class and Description |
---|---|
class |
SchedulingServiceImpl
Implements the schedule service by simply keeping a sorted set of long millisecond
values and a set of handles for each.
|
Modifier and Type | Method and Description |
---|---|
static SchedulingServiceSPI |
SchedulingServiceProvider.newService(TimeSourceService timeSourceService)
Creates an implementation of the SchedulingService interface.
|