Package | Description |
---|---|
com.espertech.esper.core.context.util |
Context partition utility or reference classes.
|
com.espertech.esper.event.map |
Map-underlying event classes are here.
|
Modifier and Type | Method and Description |
---|---|
MappedEventBean |
AgentInstanceContext.getContextProperties() |
Modifier and Type | Method and Description |
---|---|
static StatementAgentInstanceFactoryResult |
StatementAgentInstanceUtil.start(EPServicesContext servicesContext,
ContextControllerStatementBase statement,
boolean isSingleInstanceContext,
int agentInstanceId,
MappedEventBean agentInstanceProperties,
AgentInstanceFilterProxy agentInstanceFilterProxy,
boolean isRecoveringResilient) |
Constructor and Description |
---|
AgentInstanceContext(StatementContext statementContext,
EPStatementAgentInstanceHandle epStatementAgentInstanceHandle,
int agentInstanceId,
AgentInstanceFilterProxy agentInstanceFilterProxy,
MappedEventBean agentInstanceProperties,
AgentInstanceScriptContext agentInstanceScriptContext) |
Modifier and Type | Class and Description |
---|---|
class |
MapEventBean
Wrapper for events represented by a Map of key-value pairs that are the event properties.
|