org.almendra.janet.ade.distributor
Class PartialEvictionAssignment
java.lang.Object
org.almendra.janet.ade.distributor.EvictionAssignment
org.almendra.janet.ade.distributor.PartialEvictionAssignment
- All Implemented Interfaces:
- java.io.Serializable
public class PartialEvictionAssignment
- extends EvictionAssignment
- implements java.io.Serializable
- Author:
- Oliver Plohmann
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
desintationAgent
protected AgentPath desintationAgent
evict1Command
protected boolean evict1Command
evictExecutingCommandsCount
protected int evictExecutingCommandsCount
evictWaitingCommandsCount
protected int evictWaitingCommandsCount
PartialEvictionAssignment
protected PartialEvictionAssignment()
PartialEvictionAssignment
public PartialEvictionAssignment(java.lang.String capabilityPath,
AgentPath desintationAgent,
int evictExecutingCommandsCount,
int evictWaitingCommandsCount)
PartialEvictionAssignment
public PartialEvictionAssignment(java.lang.String capabilityPath,
AgentPath desintationAgent)
getDesintationAgent
public AgentPath getDesintationAgent()
- Returns:
- Returns the desintationAgent.
getEvictExecutingCommandsCount
public int getEvictExecutingCommandsCount()
- Returns:
- Returns the evictExecutingCommandsCount.
getEvictWaitingCommandsCount
public int getEvictWaitingCommandsCount()
- Returns:
- Returns the evictWaitingCommandsCount.