Class IoUringBufferRingExhaustedEvent

java.lang.Object
io.netty.channel.uring.IoUringBufferRingExhaustedEvent

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

    • bufferGroupId

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

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

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object