Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
DataMemoryLimit |
AbstractDataMemoryLimitsConfig.getMaxDataMemoryLimit(DataMemoryLimitType limit) |
DataMemoryLimit |
AbstractAuthorizationEntityConfig.getMaxMemoryLimit() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DataMemoryLimit> |
AbstractEngineConfig.getRoleMaxMemoryLimits() |
java.util.Map<java.lang.String,DataMemoryLimit> |
AbstractEngineConfig.getUserMaxMemoryLimits() |
Modifier and Type | Method and Description |
---|---|
static long |
DataMemoryLimit.memoryLimitToBytes(DataMemoryLimit dataMemoryLimit, long parentLimitBytes) |
static void |
DataMemoryLimit.validateMemoryLimit(DataMemoryLimitType limitType, DataMemoryLimit limit) |
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.