com.espertech.esper.core.context.mgr
Class ContextControllerTreeEntry
java.lang.Object
com.espertech.esper.core.context.mgr.ContextControllerTreeEntry
public class ContextControllerTreeEntry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextControllerTreeEntry
public ContextControllerTreeEntry(ContextController parent,
java.util.Map<java.lang.Integer,ContextController> childContexts,
java.lang.Object initPartitionKey,
java.util.Map<java.lang.String,java.lang.Object> initContextProperties)
getParent
public ContextController getParent()
getChildContexts
public java.util.Map<java.lang.Integer,ContextController> getChildContexts()
setChildContexts
public void setChildContexts(java.util.Map<java.lang.Integer,ContextController> childContexts)
getInitPartitionKey
public java.lang.Object getInitPartitionKey()
getAgentInstances
public java.util.Map<java.lang.Integer,ContextControllerTreeAgentInstanceList> getAgentInstances()
setAgentInstances
public void setAgentInstances(java.util.Map<java.lang.Integer,ContextControllerTreeAgentInstanceList> agentInstances)
getInitContextProperties
public java.util.Map<java.lang.String,java.lang.Object> getInitContextProperties()