Interface CDQEntry

All Known Subinterfaces:
CDPQEntry
All Known Implementing Classes:
InboundMessageState, OutboundGatewayMessage, OutboundMessageState, OutNetMessage, PendingGatewayMessage, UDPPacket

public interface CDQEntry
For CoDelQueue
Since:
0.9.3
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Implement any reclaimation of resources here
    long
     
    void
    setEnqueueTime(long time)
    To be set by the queue
  • Method Details

    • setEnqueueTime

      void setEnqueueTime(long time)
      To be set by the queue
    • getEnqueueTime

      long getEnqueueTime()
    • drop

      void drop()
      Implement any reclaimation of resources here