Package | Description |
---|---|
com.espertech.esper.common.internal.context.mgr | |
com.espertech.esper.common.internal.context.util | |
com.espertech.esper.common.internal.event.core |
This package defines the internal event APIs.
|
com.espertech.esper.common.internal.event.map |
Map-underlying event classes are here.
|
Modifier and Type | Method and Description |
---|---|
static MappedEventBean |
ContextManagerUtil.buildContextProperties(int agentInstanceId,
Object[] allPartitionKeys,
ContextDefinition contextDefinition,
StatementContext statementContextCreate) |
MappedEventBean |
ContextManagerResident.getContextPropertiesEvent(int contextPartitionId) |
MappedEventBean |
ContextManager.getContextPropertiesEvent(int contextPartitionId) |
Modifier and Type | Method and Description |
---|---|
MappedEventBean |
ContextAgentInstanceInfo.getContextProperties() |
Modifier and Type | Method and Description |
---|---|
static StatementAgentInstanceFactoryResult |
AgentInstanceUtil.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) |
Constructor and Description |
---|
AgentInstanceContext(StatementContext statementContext,
int agentInstanceId,
EPStatementAgentInstanceHandle epStatementAgentInstanceHandle,
AgentInstanceFilterProxy agentInstanceFilterProxy,
MappedEventBean contextProperties,
AuditProvider auditProvider,
InstrumentationCommon instrumentationProvider) |
ContextAgentInstanceInfo(MappedEventBean contextProperties,
AgentInstanceFilterProxy filterProxy) |
Modifier and Type | Method and Description |
---|---|
MappedEventBean |
EventBeanTypedEventFactoryRuntime.adapterForTypedMap(Map<String,Object> value,
EventType eventType) |
MappedEventBean |
EventBeanTypedEventFactoryCompileTime.adapterForTypedMap(Map<String,Object> value,
EventType eventType) |
MappedEventBean |
EventBeanTypedEventFactory.adapterForTypedMap(Map<String,Object> value,
EventType eventType) |
Modifier and Type | Class and Description |
---|---|
class |
MapEventBean
Wrapper for events represented by a Map of key-value pairs that are the event properties.
|
Copyright © 2005–2018. All rights reserved.