Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
BlkdebugEvent |
BlkdebugSetStateOptions.event |
BlkdebugEvent |
BlkdebugInjectErrorOptions.event |
Modifier and Type | Method and Description |
---|---|
static BlkdebugEvent |
BlkdebugEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlkdebugEvent[] |
BlkdebugEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BlkdebugSetStateOptions |
BlkdebugSetStateOptions.withEvent(BlkdebugEvent value) |
BlkdebugInjectErrorOptions |
BlkdebugInjectErrorOptions.withEvent(BlkdebugEvent value) |
Constructor and Description |
---|
BlkdebugInjectErrorOptions(BlkdebugEvent event,
Long state,
Long errno,
Long sector,
Boolean once,
Boolean immediately) |
BlkdebugSetStateOptions(BlkdebugEvent event,
Long state,
long newState) |