| Package | Description |
|---|---|
| org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
| Modifier and Type | Field and Description |
|---|---|
QuorumReadPattern |
BlockdevOptionsQuorum.readPattern |
| Modifier and Type | Method and Description |
|---|---|
static QuorumReadPattern |
QuorumReadPattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuorumReadPattern[] |
QuorumReadPattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BlockdevOptionsQuorum |
BlockdevOptionsQuorum.withReadPattern(QuorumReadPattern value) |
| Constructor and Description |
|---|
BlockdevOptionsQuorum(Boolean blkverify,
List<BlockdevRef> children,
long voteThreshold,
Boolean rewriteCorrupted,
QuorumReadPattern readPattern) |