Package org.libvirt

Class Domain.BlockCopyParameters

java.lang.Object
org.libvirt.Domain.BlockCopyParameters
Enclosing class:
Domain

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • BANDWIDTH

      public static 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:
    • BUF_SIZE

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

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

    • BlockCopyParameters

      public BlockCopyParameters()