Uses of Interface
com.espertech.esper.common.internal.context.util.InternalEventRouter
Packages that use InternalEventRouter
Package
Description
-
Uses of InternalEventRouter in com.espertech.esper.common.internal.context.aifactory.ontrigger.onsplit
Fields in com.espertech.esper.common.internal.context.aifactory.ontrigger.onsplit declared as InternalEventRouterModifier and TypeFieldDescriptionprotected final InternalEventRouter
RouteResultViewHandlerBase.internalEventRouter
Constructors in com.espertech.esper.common.internal.context.aifactory.ontrigger.onsplit with parameters of type InternalEventRouterModifierConstructorDescriptionRouteResultView
(boolean isFirst, EventType eventType, EPStatementHandle epStatementHandle, InternalEventRouter internalEventRouter, TableInstance[] tableInstances, OnSplitItemEval[] items, ResultSetProcessor[] processors, AgentInstanceContext agentInstanceContext) RouteResultViewHandlerAll
(EPStatementHandle epStatementHandle, InternalEventRouter internalEventRouter, TableInstance[] tableStateInstances, OnSplitItemEval[] items, ResultSetProcessor[] processors, AgentInstanceContext agentInstanceContext) RouteResultViewHandlerBase
(EPStatementHandle epStatementHandle, InternalEventRouter internalEventRouter, TableInstance[] tableStateInstances, OnSplitItemEval[] items, ResultSetProcessor[] processors, AgentInstanceContext agentInstanceContext) RouteResultViewHandlerFirst
(EPStatementHandle epStatementHandle, InternalEventRouter internalEventRouter, TableInstance[] tableInstances, OnSplitItemEval[] items, ResultSetProcessor[] processors, AgentInstanceContext agentInstanceContext) -
Uses of InternalEventRouter in com.espertech.esper.common.internal.context.util
Classes in com.espertech.esper.common.internal.context.util that implement InternalEventRouterModifier and TypeClassDescriptionclass
Routing implementation that allows to pre-process events.Methods in com.espertech.esper.common.internal.context.util that return InternalEventRouterModifier and TypeMethodDescriptionAgentInstanceContext.getInternalEventRouter()
StatementContext.getInternalEventRouter()
StatementContextRuntimeServices.getInternalEventRouter()
AgentInstanceTransferServices.getTargetInternalEventRouter()
Methods in com.espertech.esper.common.internal.context.util with parameters of type InternalEventRouterModifier and TypeMethodDescriptionvoid
InternalEventRouterImpl.movePreprocessing
(StatementContext statementContext, InternalEventRouter internalEventRouter) void
InternalEventRouteDest.setInternalEventRouter
(InternalEventRouter internalEventRouter) Constructors in com.espertech.esper.common.internal.context.util with parameters of type InternalEventRouterModifierConstructorDescriptionAgentInstanceTransferServices
(AgentInstanceContext agentInstanceContext, FilterService targetFilterService, SchedulingService targetSchedulingService, InternalEventRouter targetInternalEventRouter) 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)