Package | Description |
---|---|
com.espertech.esper.runtime.internal.kernel.service | |
com.espertech.esper.runtime.internal.kernel.stage | |
com.espertech.esper.runtime.internal.kernel.thread |
This package contains classes to advanced threading options.
|
Modifier and Type | Class and Description |
---|---|
class |
EPServicesContext |
Modifier and Type | Method and Description |
---|---|
static 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.
|
Modifier and Type | Class and Description |
---|---|
class |
StageSpecificServices |
Modifier and Type | Method and Description |
---|---|
static void |
StageStatementHelper.updateStatement(com.espertech.esper.common.internal.context.util.StatementContext statementContext,
EPServicesEvaluation svc) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadingServiceImpl.initThreading(String uri,
EPServicesEvaluation services) |
void |
ThreadingService.initThreading(String uri,
EPServicesEvaluation services)
Initialize thread pools.
|
Constructor and Description |
---|
InboundUnitSendAvro(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) |
Copyright © 2005–2020. All rights reserved.