public enum PerformanceSettings extends java.lang.Enum<PerformanceSettings>
Enum Constant and Description |
---|
BIX_DOWNLOAD_QUERY |
OPTIMIZE_ABA_INVALIDATION_QUERY |
OPTIMIZE_DISABLE_BITMAP_SCAN |
OPTIMIZE_FORCE_PG_JOIN_ORDER |
OPTIMIZE_RR_QUERY |
READ_ONLY_TRANSACTION |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
static PerformanceSettings |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PerformanceSettings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PerformanceSettings OPTIMIZE_ABA_INVALIDATION_QUERY
public static final PerformanceSettings OPTIMIZE_FORCE_PG_JOIN_ORDER
public static final PerformanceSettings OPTIMIZE_DISABLE_BITMAP_SCAN
public static final PerformanceSettings OPTIMIZE_RR_QUERY
public static final PerformanceSettings READ_ONLY_TRANSACTION
public static final PerformanceSettings BIX_DOWNLOAD_QUERY
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public static PerformanceSettings[] values()
for (PerformanceSettings c : PerformanceSettings.values()) System.out.println(c);
public static PerformanceSettings valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2018 Pegasystems Inc. All Rights Reserved.