Uses of Interface
com.espertech.esper.common.internal.event.core.MappedEventBean
Package
Description
This package defines the internal event APIs.
Map-underlying event classes are here.
-
Uses of MappedEventBean in com.espertech.esper.common.internal.context.mgr
Modifier and TypeMethodDescriptionstatic MappedEventBean
ContextManagerUtil.buildContextProperties
(int agentInstanceId, Object[] allPartitionKeys, ContextDefinition contextDefinition, StatementContext statementContextCreate) ContextManager.getContextPropertiesEvent
(int contextPartitionId) ContextManagerResident.getContextPropertiesEvent
(int contextPartitionId) -
Uses of MappedEventBean in com.espertech.esper.common.internal.context.util
Modifier and TypeMethodDescriptionAgentInstanceUtil.start
(StatementContextRuntimeServices services, ContextControllerStatementDesc statement, int agentInstanceId, MappedEventBean contextProperties, AgentInstanceFilterProxy agentInstanceFilterProxy, boolean isRecoveringResilient) static AgentInstance
AgentInstanceUtil.startStatement
(StatementContextRuntimeServices services, int assignedContextId, ContextControllerStatementDesc statementDesc, MappedEventBean contextBean, AgentInstanceFilterProxy proxy) ModifierConstructorDescriptionAgentInstanceContext
(StatementContext statementContext, EPStatementAgentInstanceHandle epStatementAgentInstanceHandle, AgentInstanceFilterProxy agentInstanceFilterProxy, MappedEventBean contextProperties, AuditProvider auditProvider, InstrumentationCommon instrumentationProvider) ContextAgentInstanceInfo
(MappedEventBean contextProperties, AgentInstanceFilterProxy filterProxy) -
Uses of MappedEventBean in com.espertech.esper.common.internal.event.core
Modifier and TypeMethodDescriptionEventBeanServiceImpl.adapterForTypedMap
(Map<String, Object> properties, EventType eventType) EventBeanTypedEventFactory.adapterForTypedMap
(Map<String, Object> value, EventType eventType) EventBeanTypedEventFactoryCompileTime.adapterForTypedMap
(Map<String, Object> value, EventType eventType) EventBeanTypedEventFactoryRuntime.adapterForTypedMap
(Map<String, Object> value, EventType eventType) -
Uses of MappedEventBean in com.espertech.esper.common.internal.event.map
Modifier and TypeClassDescriptionclass
Wrapper for events represented by a Map of key-value pairs that are the event properties.