Package io.netty.channel.uring
Class IoUringBufferRingExhaustedEvent
- java.lang.Object
-
- io.netty.channel.uring.IoUringBufferRingExhaustedEvent
-
public final class IoUringBufferRingExhaustedEvent extends java.lang.ObjectEvent 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 shortbufferGroupId()Returns the buffer group id of the buffer ring that caused this event.booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-