Package org.libvirt
Class Domain.BlockCopyParameters
- java.lang.Object
-
- org.libvirt.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.StringBANDWIDTHThe 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.StringBUF_SIZEHow much data in bytes can be in flight between source and destination, as an unsigned long long.static java.lang.StringGRANULARITYThe granularity in bytes at which the copy operation recognizes dirty blocks that need copying, as an unsigned int.
-
Constructor Summary
Constructors Constructor Description BlockCopyParameters()
-
-
-
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
-
-