CDPQEntry, FIFOBandwidthLimiter.RequestOutboundGatewayMessage, OutboundMessageState, OutNetMessagepublic interface PQEntry
| Modifier and Type | Method | Description |
|---|---|---|
int |
getPriority() |
Higher is higher priority
|
long |
getSeqNum() |
Needed to ensure FIFO ordering within a single priority
|
void |
setSeqNum(long num) |
To be set by the queue
|