| Package | Description |
|---|---|
| oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
| Modifier and Type | Method and Description |
|---|---|
DataMemoryLimitType |
DataMemoryLimit.getType() |
static DataMemoryLimitType |
DataMemoryLimitType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataMemoryLimitType[] |
DataMemoryLimitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.EnumSet<DataMemoryLimitType> |
DataMemoryLimitType.getGlobalLimitTypes() |
| Modifier and Type | Method and Description |
|---|---|
DataMemoryLimit |
AbstractDataMemoryLimitsConfig.getMaxDataMemoryLimit(DataMemoryLimitType limit) |
static void |
DataMemoryLimit.validateInput(DataMemoryLimitType limitType,
java.lang.String absoluteLimit,
java.lang.Double ratioLimit,
boolean isRatioSet) |
void |
AbstractDataMemoryLimitsConfig.validateMaxDataMemoryLimit(DataMemoryLimitType limit) |
| Constructor and Description |
|---|
DataMemoryLimit(DataMemoryLimitType limitType,
long absoluteLimit) |
DataMemoryLimit(DataMemoryLimitType limitType,
java.lang.String absoluteLimit) |
DataMemoryLimit(DataMemoryLimitType limitType,
java.lang.String absoluteLimit,
java.lang.Double ratioLimit,
boolean isRatioSet) |