Package org.libvirt

Class Domain.BlockCopyParameters

  • Enclosing class:
    Domain

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

      Fields 
      Modifier and Type Field Description
      static java.lang.String BANDWIDTH
      The maximum bandwidth in bytes/s, and is used while getting the copy operation into the mirrored phase, with a type of ullong.
      static java.lang.String BUF_SIZE
      How much data in bytes can be in flight between source and destination, as an unsigned long long.
      static java.lang.String GRANULARITY
      The granularity in bytes at which the copy operation recognizes dirty blocks that need copying, as an unsigned int.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • BANDWIDTH

        public static java.lang.String BANDWIDTH
        The maximum bandwidth in bytes/s, and is used while getting the copy operation into the mirrored phase, with a type of ullong.
        See Also:
        Libvirt Documentation
      • BUF_SIZE

        public static java.lang.String BUF_SIZE
        How much data in bytes can be in flight between source and destination, as an unsigned long long.
        See Also:
        Libvirt Documentation
      • GRANULARITY

        public static java.lang.String GRANULARITY
        The granularity in bytes at which the copy operation recognizes dirty blocks that need copying, as an unsigned int.
        See Also:
        Libvirt Documentation
    • Constructor Detail

      • BlockCopyParameters

        public BlockCopyParameters()