public class ContextControllerTreeAgentInstanceList
extends java.lang.Object
Constructor and Description |
---|
ContextControllerTreeAgentInstanceList(long filterVersionAfterAllocation,
java.lang.Object initPartitionKey,
java.util.Map<java.lang.String,java.lang.Object> initContextProperties,
java.util.List<AgentInstance> agentInstances,
ContextPartitionState state) |
Modifier and Type | Method and Description |
---|---|
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) |
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)
public long getFilterVersionAfterAllocation()
public java.lang.Object getInitPartitionKey()
public java.util.Map<java.lang.String,java.lang.Object> getInitContextProperties()
public java.util.List<AgentInstance> getAgentInstances()
public ContextPartitionState getState()
public void setState(ContextPartitionState state)
public void clearAgentInstances()