| Package | Description |
|---|---|
| org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
| Modifier and Type | Field and Description |
|---|---|
XBZRLECacheStats |
MigrationInfo.xbzrleCache |
| Modifier and Type | Method and Description |
|---|---|
XBZRLECacheStats |
XBZRLECacheStats.withBytes(long value) |
XBZRLECacheStats |
XBZRLECacheStats.withCacheMiss(long value) |
XBZRLECacheStats |
XBZRLECacheStats.withCacheMissRate(double value) |
XBZRLECacheStats |
XBZRLECacheStats.withCacheSize(long value) |
XBZRLECacheStats |
XBZRLECacheStats.withOverflow(long value) |
XBZRLECacheStats |
XBZRLECacheStats.withPages(long value) |
| Modifier and Type | Method and Description |
|---|---|
MigrationInfo |
MigrationInfo.withXbzrleCache(XBZRLECacheStats value) |
| Constructor and Description |
|---|
MigrationInfo(MigrationStatus status,
MigrationStats ram,
MigrationStats disk,
XBZRLECacheStats xbzrleCache,
Long totalTime,
Long expectedDowntime,
Long downtime,
Long setupTime,
Long xCpuThrottlePercentage) |