Uses of Interface
com.espertech.esper.common.internal.schedule.SchedulingService
Packages that use SchedulingService
Package
Description
Services for metrics reporting, including global flag, repositories and threading.
-
Uses of SchedulingService in com.espertech.esper.common.internal.context.util
Methods in com.espertech.esper.common.internal.context.util that return SchedulingServiceModifier and TypeMethodDescriptionAgentInstanceContext.getSchedulingService()
StatementContext.getSchedulingService()
StatementContextRuntimeServices.getSchedulingService()
AgentInstanceTransferServices.getTargetSchedulingService()
Methods in com.espertech.esper.common.internal.context.util with parameters of type SchedulingServiceModifier and TypeMethodDescriptionvoid
StatementContext.setSchedulingService
(SchedulingService schedulingService) Constructors in com.espertech.esper.common.internal.context.util with parameters of type SchedulingServiceModifierConstructorDescriptionAgentInstanceTransferServices
(AgentInstanceContext agentInstanceContext, FilterService targetFilterService, SchedulingService targetSchedulingService, InternalEventRouter targetInternalEventRouter) StatementContext
(ContextRuntimeDescriptor contextRuntimeDescriptor, String deploymentId, int statementId, String statementName, String moduleName, StatementInformationalsRuntime statementInformationals, Object userObjectRuntime, StatementContextRuntimeServices statementContextRuntimeServices, EPStatementHandle epStatementHandle, Map<Integer, FilterSpecActivatable> filterSpecActivatables, PatternSubexpressionPoolStmtSvc patternSubexpressionPoolSvc, RowRecogStatePoolStmtSvc rowRecogStatePoolStmtSvc, ScheduleBucket scheduleBucket, StatementAIResourceRegistry statementAIResourceRegistry, StatementCPCacheService statementCPCacheService, StatementAIFactoryProvider statementAIFactoryProvider, StatementResultService statementResultService, UpdateDispatchView updateDispatchView, FilterService filterService, SchedulingService schedulingService, InternalEventRouteDest internalEventRouteDest) StatementContextRuntimeServices
(Configuration configSnapshot, ContextManagementService contextManagementService, PathRegistry<String, ContextMetaData> contextPathRegistry, ContextServiceFactory contextServiceFactory, DatabaseConfigServiceRuntime databaseConfigService, DataFlowFilterServiceAdapter dataFlowFilterServiceAdapter, EPDataFlowServiceImpl dataflowService, String runtimeURI, Context runtimeEnvContext, ClasspathImportServiceRuntime classpathImportServiceRuntime, RuntimeSettingsService runtimeSettingsService, RuntimeExtensionServices runtimeExtensionServices, Object epRuntime, EPRenderEventService epRuntimeRenderEvent, EventServiceSendEventCommon eventServiceSendEventInternal, EPRuntimeEventProcessWrapped epRuntimeEventProcessWrapped, EventBeanService eventBeanService, EventBeanTypedEventFactory eventBeanTypedEventFactory, EventTableIndexService eventTableIndexService, EventTypeAvroHandler eventTypeAvroHandler, PathRegistry<String, EventType> eventTypePathRegistry, EventTypeRepositoryImpl eventTypeRepositoryPreconfigured, EventTypeResolvingBeanFactory eventTypeResolvingBeanFactory, ManagedReadWriteLock eventProcessingRWLock, ExceptionHandlingService exceptionHandlingService, ExpressionResultCacheService expressionResultCacheService, FilterBooleanExpressionFactory filterBooleanExpressionFactory, FilterSharedBoolExprRepository filterSharedBoolExprRepository, FilterSharedLookupableRepository filterSharedLookupableRepository, HistoricalDataCacheFactory historicalDataCacheFactory, InternalEventRouter internalEventRouter, MetricReportingService metricReportingService, NamedWindowConsumerManagementService namedWindowConsumerManagementService, NamedWindowManagementService namedWindowManagementService, PathRegistry<String, ContextMetaData> pathContextRegistry, PathRegistry<String, NamedWindowMetaData> pathNamedWindowRegistry, RowRecogStateRepoFactory rowRecogStateRepoFactory, ResultSetProcessorHelperFactory resultSetProcessorHelperFactory, SchedulingService schedulingService, StatementAgentInstanceLockFactory statementAgentInstanceLockFactory, StatementResourceHolderBuilder statementResourceHolderBuilder, TableExprEvaluatorContext tableExprEvaluatorContext, TableManagementService tableManagementService, VariableManagementService variableManagementService, ViewFactoryService viewFactoryService, ViewServicePreviousFactory viewServicePreviousFactory) -
Uses of SchedulingService in com.espertech.esper.common.internal.metrics.stmtmetrics
Methods in com.espertech.esper.common.internal.metrics.stmtmetrics that return SchedulingServiceMethods in com.espertech.esper.common.internal.metrics.stmtmetrics with parameters of type SchedulingServiceModifier and TypeMethodDescriptionvoid
MetricReportingService.setContext
(FilterService filterService, SchedulingService schedulingService, EventServiceSendEventCommon eventServiceSendEventInternal) Constructors in com.espertech.esper.common.internal.metrics.stmtmetrics with parameters of type SchedulingServiceModifierConstructorDescriptionMetricExecutionContext
(FilterService filterService, SchedulingService schedulingService, EventServiceSendEventCommon epRuntimeSendEvent, StatementMetricRepository statementMetricRepository) -
Uses of SchedulingService in com.espertech.esper.common.internal.view.core
Methods in com.espertech.esper.common.internal.view.core that return SchedulingService