Interface PQEntry

All Known Subinterfaces:
CDPQEntry, FIFOBandwidthLimiter.Request
All Known Implementing Classes:
OutboundGatewayMessage, OutboundMessageState, OutNetMessage, UDPPacket

public interface PQEntry
For PriBlockingQueue
Since:
0.9.3
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Higher is higher priority
    long
    Needed to ensure FIFO ordering within a single priority
    void
    setSeqNum(long num)
    To be set by the queue
  • Method Details

    • getPriority

      int getPriority()
      Higher is higher priority
    • setSeqNum

      void setSeqNum(long num)
      To be set by the queue
    • getSeqNum

      long getSeqNum()
      Needed to ensure FIFO ordering within a single priority