Uses of Interface
com.espertech.esper.runtime.internal.kernel.service.EPServicesEvaluation
Package
Description
This package contains classes to advanced threading options.
-
Uses of EPServicesEvaluation in com.espertech.esper.runtime.internal.kernel.service
Modifier and TypeMethodDescriptionstatic void
EPEventServiceHelper.processStatementScheduleMultiple
(com.espertech.esper.common.internal.context.util.EPStatementAgentInstanceHandle handle, Object callbackObject, EPServicesEvaluation services) Processing multiple schedule matches for a statement.static void
EPEventServiceHelper.processStatementScheduleSingle
(com.espertech.esper.common.internal.context.util.EPStatementHandleCallbackSchedule handle, EPServicesEvaluation services) Processing single schedule matche for a statement. -
Uses of EPServicesEvaluation in com.espertech.esper.runtime.internal.kernel.stage
Modifier and TypeMethodDescriptionstatic void
StageStatementHelper.updateStatement
(com.espertech.esper.common.internal.context.util.StatementContext statementContext, EPServicesEvaluation svc) -
Uses of EPServicesEvaluation in com.espertech.esper.runtime.internal.kernel.thread
Modifier and TypeMethodDescriptionvoid
ThreadingService.initThreading
(String uri, EPServicesEvaluation services) Initialize thread pools.void
ThreadingServiceImpl.initThreading
(String uri, EPServicesEvaluation services) ModifierConstructorDescriptionInboundUnitSendAvro
(Object genericRecordDotData, String eventTypeName, com.espertech.esper.common.internal.event.util.EPRuntimeEventProcessWrapped runtime, EPServicesEvaluation services) Ctor.InboundUnitSendDOM
(Node theEvent, String eventTypeName, com.espertech.esper.common.internal.event.util.EPRuntimeEventProcessWrapped runtime, EPServicesEvaluation services) InboundUnitSendEvent
(Object theEvent, String eventTypeName, com.espertech.esper.common.internal.event.util.EPRuntimeEventProcessWrapped runtime, EPServicesEvaluation services) InboundUnitSendJson
(String json, String eventTypeName, com.espertech.esper.common.internal.event.util.EPRuntimeEventProcessWrapped runtime, EPServicesEvaluation services) InboundUnitSendMap
(Map map, String eventTypeName, com.espertech.esper.common.internal.event.util.EPRuntimeEventProcessWrapped runtime, EPServicesEvaluation services) InboundUnitSendObjectArray
(Object[] properties, String eventTypeName, com.espertech.esper.common.internal.event.util.EPRuntimeEventProcessWrapped runtime, EPServicesEvaluation services) InboundUnitSendWrapped
(com.espertech.esper.common.client.EventBean eventBean, com.espertech.esper.common.internal.event.util.EPRuntimeEventProcessWrapped runtime, EPServicesEvaluation services)