com.espertech.esper.core.context.mgr
Class ContextControllerTreeAgentInstanceList

java.lang.Object
  extended by com.espertech.esper.core.context.mgr.ContextControllerTreeAgentInstanceList

public class ContextControllerTreeAgentInstanceList
extends java.lang.Object


Constructor Summary
ContextControllerTreeAgentInstanceList(long filterVersionAfterAllocation, java.lang.Object initPartitionKey, java.util.Map<java.lang.String,java.lang.Object> initContextProperties, java.util.List<AgentInstance> agentInstances, ContextPartitionState state)
           
 
Method Summary
 void clearAgentInstances()
           
 java.util.List<AgentInstance> getAgentInstances()
           
 long getFilterVersionAfterAllocation()
           
 java.util.Map<java.lang.String,java.lang.Object> getInitContextProperties()
           
 java.lang.Object getInitPartitionKey()
           
 ContextPartitionState getState()
           
 void setState(ContextPartitionState state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextControllerTreeAgentInstanceList

public ContextControllerTreeAgentInstanceList(long filterVersionAfterAllocation,
                                              java.lang.Object initPartitionKey,
                                              java.util.Map<java.lang.String,java.lang.Object> initContextProperties,
                                              java.util.List<AgentInstance> agentInstances,
                                              ContextPartitionState state)
Method Detail

getFilterVersionAfterAllocation

public long getFilterVersionAfterAllocation()

getInitPartitionKey

public java.lang.Object getInitPartitionKey()

getInitContextProperties

public java.util.Map<java.lang.String,java.lang.Object> getInitContextProperties()

getAgentInstances

public java.util.List<AgentInstance> getAgentInstances()

getState

public ContextPartitionState getState()

setState

public void setState(ContextPartitionState state)

clearAgentInstances

public void clearAgentInstances()

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com