Uses of Class
oracle.pgx.config.DataMemoryLimitType
-
Packages that use DataMemoryLimitType Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of DataMemoryLimitType in oracle.pgx.config
Methods in oracle.pgx.config that return DataMemoryLimitType Modifier and Type Method Description DataMemoryLimitTypeDataMemoryLimit. getType()static DataMemoryLimitTypeDataMemoryLimitType. 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.Methods in oracle.pgx.config that return types with arguments of type DataMemoryLimitType Modifier and Type Method Description static java.util.EnumSet<DataMemoryLimitType>DataMemoryLimitType. getGlobalLimitTypes()Methods in oracle.pgx.config with parameters of type DataMemoryLimitType Modifier and Type Method Description DataMemoryLimitAbstractDataMemoryLimitsConfig. getMaxDataMemoryLimit(DataMemoryLimitType limit)static voidDataMemoryLimit. validateInput(DataMemoryLimitType limitType, java.lang.String absoluteLimit, java.lang.Double ratioLimit, boolean isRatioSet)voidAbstractDataMemoryLimitsConfig. validateMaxDataMemoryLimit(DataMemoryLimitType limit)Constructors in oracle.pgx.config with parameters of type DataMemoryLimitType Constructor 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)
-