Class IoUringBufferRingExhaustedEvent


  • public final class IoUringBufferRingExhaustedEvent
    extends java.lang.Object
    Event that is fired when a read failed because the buffer ring was exhausted for now.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      short bufferGroupId()
      Returns the buffer group id of the buffer ring that caused this event.
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • bufferGroupId

        public short bufferGroupId()
        Returns the buffer group id of the buffer ring that caused this event.
        Returns:
        the id.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object