Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
BlockDeviceIoStatus |
BlockInfo.ioStatus |
BlockDeviceIoStatus |
BlockJobInfo.ioStatus |
Modifier and Type | Method and Description |
---|---|
static BlockDeviceIoStatus |
BlockDeviceIoStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockDeviceIoStatus[] |
BlockDeviceIoStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BlockInfo |
BlockInfo.withIoStatus(BlockDeviceIoStatus value) |
BlockJobInfo |
BlockJobInfo.withIoStatus(BlockDeviceIoStatus value) |
Constructor and Description |
---|
BlockInfo(String device,
String type,
boolean removable,
boolean locked,
BlockDeviceInfo inserted,
Boolean trayOpen,
BlockDeviceIoStatus ioStatus,
List<BlockDirtyInfo> dirtyBitmaps) |
BlockJobInfo(String type,
String device,
long len,
long offset,
boolean busy,
boolean paused,
long speed,
BlockDeviceIoStatus ioStatus,
boolean ready) |