| Package | Description |
|---|---|
| org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
| Modifier and Type | Field and Description |
|---|---|
BlockdevCacheOptions |
BlockdevOptionsBase.cache |
| Modifier and Type | Method and Description |
|---|---|
BlockdevCacheOptions |
BlockdevCacheOptions.withDirect(Boolean value) |
BlockdevCacheOptions |
BlockdevCacheOptions.withNoFlush(Boolean value) |
BlockdevCacheOptions |
BlockdevCacheOptions.withWriteback(Boolean value) |
| Modifier and Type | Method and Description |
|---|---|
BlockdevOptionsBase |
BlockdevOptionsBase.withCache(BlockdevCacheOptions value) |
| Constructor and Description |
|---|
BlockdevOptionsBase(BlockdevDriver driver,
String id,
String nodeName,
BlockdevDiscardOptions discard,
BlockdevCacheOptions cache,
BlockdevAioOptions aio,
BlockdevOnError rerror,
BlockdevOnError werror,
Boolean readOnly,
Boolean statsAccountInvalid,
Boolean statsAccountFailed,
List<Long> statsIntervals,
BlockdevDetectZeroesOptions detectZeroes) |