Package io.netty.channel.uring
Class IoUringBufferRingExhaustedEvent
- java.lang.Object
-
- io.netty.channel.uring.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()
-
-
-
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 classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-