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