public static final class Domain.BlockCopyFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
REUSE_EXT
Reuse existing external file for a copy
|
static int |
SHALLOW
Limit copy to top of source backing chain
|
static int |
SYNCHRONOUS_WRITES
Force the copy job to synchronously propagate guest writes into the destination image,
so that the copy is guaranteed to converge
|
static int |
TRANSIENT_JOB
Don't force usage of recoverable job for the copy operation
|
Constructor and Description |
---|
BlockCopyFlags() |
public static int SHALLOW
public static int REUSE_EXT
public static int TRANSIENT_JOB
public static int SYNCHRONOUS_WRITES