Package org.libvirt
Class Domain.BlockCopyParameters
java.lang.Object
org.libvirt.Domain.BlockCopyParameters
- Enclosing class:
- Domain
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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
-
Method Summary
-
Field Details
-
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
How much data in bytes can be in flight between source and destination, as an unsigned long long.- See Also:
-
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()
-