public class UnboundedLIFOQDisc extends LIFOQDisc
QueuingDiscipline.QueueEntrylossProbability, numberOfMessages, numberOfUnits, parent, simNode, transferTime, waitingTimeCREATE_INSTANCE_METHOD_NAME| Constructor and Description |
|---|
UnboundedLIFOQDisc(SimNode ownNode) |
UnboundedLIFOQDisc(SimNode ownNode,
Parameters pars) |
| Modifier and Type | Method and Description |
|---|---|
static UnboundedLIFOQDisc |
createInstance(SimNode ownNode,
Parameters pars)
as required by
ReflectionConstructable |
getMaxSizeInUnits, isEmpty, peekInternal, pop, pushdequeue, dropScheduledNext, enqueue, getCurrentNumberOfMessages, getCurrentNumberOfUnits, getName, getNode, getParent, handleLossMessage, handleLossMessageInternal, handleMessage, handleRejectedMessage, hasSpaceFor, peek, statsUpdateDequeue, statsUpdateEnqueue, statsUpdateLoss, statsUpdateReject, wouldStorepublic UnboundedLIFOQDisc(SimNode ownNode)
public UnboundedLIFOQDisc(SimNode ownNode, Parameters pars)
public static UnboundedLIFOQDisc createInstance(SimNode ownNode, Parameters pars)
ReflectionConstructable