Package net.i2p.router.util
Interface PQEntry
-
- All Known Subinterfaces:
CDPQEntry,FIFOBandwidthLimiter.Request
- All Known Implementing Classes:
OutboundGatewayMessage,OutboundMessageState,OutNetMessage
public interface PQEntryFor PriBlockingQueue- Since:
- 0.9.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPriority()Higher is higher prioritylonggetSeqNum()Needed to ensure FIFO ordering within a single priorityvoidsetSeqNum(long num)To be set by the queue
-