public static final class StorageVol.ResizeFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ALLOCATE
force allocation of new size
|
static int |
DELTA
size is relative to current
|
static int |
SHRINK
allow decrease in capacity
|
Constructor and Description |
---|
ResizeFlags() |
public static final int ALLOCATE
public static final int DELTA
public static final int SHRINK