Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
DirtyBitmapStatus |
BlockDirtyInfo.status |
Modifier and Type | Method and Description |
---|---|
static DirtyBitmapStatus |
DirtyBitmapStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirtyBitmapStatus[] |
DirtyBitmapStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BlockDirtyInfo |
BlockDirtyInfo.withStatus(DirtyBitmapStatus value) |
Constructor and Description |
---|
BlockDirtyInfo(String name,
long count,
long granularity,
DirtyBitmapStatus status) |