public final class ObjectStorageOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
BooleanLocations |
static boolean |
DoubleLocations |
static boolean |
InObjectFields
Allocation of in-object fields.
|
static boolean |
IntegerLocations |
static boolean |
LongLocations |
static boolean |
PrimitiveLocations
Primitive location switch.
|
static boolean |
Profile |
static int |
ProfileTopResults |
static boolean |
TraceReshape |
static boolean |
TypedObjectLocations |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
booleanOption(String name,
boolean defaultValue) |
public static final boolean PrimitiveLocations
public static final boolean IntegerLocations
public static final boolean DoubleLocations
public static final boolean LongLocations
public static final boolean BooleanLocations
public static final boolean TypedObjectLocations
public static final boolean InObjectFields
public static final boolean TraceReshape
public static final boolean Profile
public static final int ProfileTopResults
public static boolean booleanOption(String name, boolean defaultValue)