Package org.libvirt
Class Domain.BlockCommitFlags
java.lang.Object
org.libvirt.Domain.BlockCommitFlags
- Enclosing class:
- Domain
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intAllow a two-phase commit when top is the active layerstatic intbandwidth in bytes/s instead of MiB/sstatic intDelete any files that are now invalid after their contents have been committedstatic intkeep the backing chain referenced using relative namesstatic intNULL base means next backing file, not whole chain -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SHALLOW
public static int SHALLOWNULL base means next backing file, not whole chain -
DELETE
public static int DELETEDelete any files that are now invalid after their contents have been committed -
ACTIVE
public static int ACTIVEAllow a two-phase commit when top is the active layer -
RELATIVE
public static int RELATIVEkeep the backing chain referenced using relative names -
BANDWIDTH_BYTES
public static int BANDWIDTH_BYTESbandwidth in bytes/s instead of MiB/s
-
-
Constructor Details
-
BlockCommitFlags
public BlockCommitFlags()
-