Package | Description |
---|---|
com.espertech.esper.core.context.mgr |
Context management.
|
com.espertech.esper.core.context.util |
Context partition utility or reference classes.
|
Modifier and Type | Method and Description |
---|---|
ContextControllerTreeAgentInstanceList |
ContextManagerNestedInstanceHandle.getInstances() |
ContextControllerTreeAgentInstanceList |
ContextManagerImpl.ContextNestedHandleImpl.getInstances() |
ContextControllerTreeAgentInstanceList |
ContextControllerInstanceHandle.getInstances() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,ContextControllerTreeAgentInstanceList> |
ContextControllerTreeEntry.getAgentInstances() |
Modifier and Type | Method and Description |
---|---|
void |
ContextControllerTreeEntry.setAgentInstances(java.util.Map<java.lang.Integer,ContextControllerTreeAgentInstanceList> agentInstances) |
Constructor and Description |
---|
ContextManagerNestedInstanceHandle(int subPathId,
ContextController controller,
int contextPartitionOrPathId,
boolean branch,
ContextControllerTreeAgentInstanceList branchAgentInstances) |
ContextNestedHandleImpl(int subPathId,
int contextPartitionId,
ContextControllerTreeAgentInstanceList instances) |
Modifier and Type | Method and Description |
---|---|
static void |
StatementAgentInstanceUtil.handleFilterFault(EventBean theEvent,
long version,
EPServicesContext servicesContext,
java.util.Map<java.lang.Integer,ContextControllerTreeAgentInstanceList> agentInstanceListMap) |