Uses of Class
oracle.pgx.config.MemoryAllocationStrategy
-
Packages that use MemoryAllocationStrategy Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of MemoryAllocationStrategy in oracle.pgx.config
Methods in oracle.pgx.config that return MemoryAllocationStrategy Modifier and Type Method Description abstract MemoryAllocationStrategyAbstractRuntimeConfig. getMemoryAllocator()MemoryAllocationStrategyPgxConfig. getMemoryAllocator()which memory allocator to useMemoryAllocationStrategyRuntimeConfig. getMemoryAllocator()which memory allocator to usestatic MemoryAllocationStrategyMemoryAllocationStrategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MemoryAllocationStrategy[]MemoryAllocationStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.pgx.config with parameters of type MemoryAllocationStrategy Modifier and Type Method Description PgxConfigBuilderPgxConfigBuilder. setMemoryAllocator(MemoryAllocationStrategy memoryAllocator)which memory allocator to useRuntimeConfigBuilderRuntimeConfigBuilder. setMemoryAllocator(MemoryAllocationStrategy memoryAllocator)which memory allocator to use
-