Package org.libvirt

Class Domain.BlockCopyFlags

  • Enclosing class:
    Domain

    public static final class Domain.BlockCopyFlags
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int REUSE_EXT
      Reuse existing external file for a copy
      static int SHALLOW
      Limit copy to top of source backing chain
      static int SYNCHRONOUS_WRITES
      Force the copy job to synchronously propagate guest writes into the destination image, so that the copy is guaranteed to converge
      static int TRANSIENT_JOB
      Don't force usage of recoverable job for the copy operation
    • Constructor Summary

      Constructors 
      Constructor Description
      BlockCopyFlags()  
    • 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
        Limit copy to top of source backing chain
      • REUSE_EXT

        public static int REUSE_EXT
        Reuse existing external file for a copy
      • TRANSIENT_JOB

        public static int TRANSIENT_JOB
        Don't force usage of recoverable job for the copy operation
      • SYNCHRONOUS_WRITES

        public static int SYNCHRONOUS_WRITES
        Force the copy job to synchronously propagate guest writes into the destination image, so that the copy is guaranteed to converge
    • Constructor Detail

      • BlockCopyFlags

        public BlockCopyFlags()