public final class IoUringIoEvent extends Object implements io.netty.channel.IoEvent
IoEvent that will be produced as an result of a IoUringIoOps.| Constructor and Description |
|---|
IoUringIoEvent(int res,
int flags,
byte opcode,
short data)
Create a new instance
|
| Modifier and Type | Method and Description |
|---|---|
short |
data()
Returns the data that is passed as part of
IoUringIoOps. |
int |
flags()
Returns the flags.
|
byte |
opcode()
Returns the op code of the
IoUringIoOps. |
int |
res()
Returns the result.
|
String |
toString() |
public IoUringIoEvent(int res,
int flags,
byte opcode,
short data)
res - the result.flags - the flagsopcode - the op codedata - the user data that was given as part of the submission.public int res()
public int flags()
public byte opcode()
IoUringIoOps.public short data()
IoUringIoOps.Copyright © 2008–2024 The Netty Project. All rights reserved.