Package org.libvirt

Class Domain.BlockCommitFlags

  • Enclosing class:
    Domain

    public static final class Domain.BlockCommitFlags
    extends java.lang.Object
    TODO: get generated constants from libvirt
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ACTIVE
      Allow a two-phase commit when top is the active layer
      static int BANDWIDTH_BYTES
      bandwidth in bytes/s instead of MiB/s
      static int DELETE
      Delete any files that are now invalid after their contents have been committed
      static int RELATIVE
      keep the backing chain referenced using relative names
      static int SHALLOW
      NULL base means next backing file, not whole chain
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SHALLOW

        public static int SHALLOW
        NULL base means next backing file, not whole chain
      • DELETE

        public static int DELETE
        Delete any files that are now invalid after their contents have been committed
      • ACTIVE

        public static int ACTIVE
        Allow a two-phase commit when top is the active layer
      • RELATIVE

        public static int RELATIVE
        keep the backing chain referenced using relative names
      • BANDWIDTH_BYTES

        public static int BANDWIDTH_BYTES
        bandwidth in bytes/s instead of MiB/s
    • Constructor Detail

      • BlockCommitFlags

        public BlockCommitFlags()