public static final class Domain.BlockCopyParameters
extends java.lang.Object
Modifier and Type | Field and 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.
|
Constructor and Description |
---|
BlockCopyParameters() |
public static java.lang.String BANDWIDTH
public static java.lang.String BUF_SIZE
public static java.lang.String GRANULARITY