public static final class Domain.BlockCommitFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ACTIVE
Allow a two-phase commit when top is the active layer
|
static int |
BANDWIDTH_BYTES
bandwidth in bytes/s instead of MiB/s
|
static int |
DELETE
Delete any files that are now invalid after their contents have been committed
|
static int |
RELATIVE
keep the backing chain referenced using relative names
|
static int |
SHALLOW
NULL base means next backing file, not whole chain
|
Constructor and Description |
---|
BlockCommitFlags() |
public static int SHALLOW
public static int DELETE
public static int ACTIVE
public static int RELATIVE
public static int BANDWIDTH_BYTES