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 MemoryAllocationStrategy
AbstractRuntimeConfig. getMemoryAllocator()
MemoryAllocationStrategy
PgxConfig. getMemoryAllocator()
which memory allocator to useMemoryAllocationStrategy
RuntimeConfig. getMemoryAllocator()
which memory allocator to usestatic MemoryAllocationStrategy
MemoryAllocationStrategy. 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 PgxConfigBuilder
PgxConfigBuilder. setMemoryAllocator(MemoryAllocationStrategy memoryAllocator)
which memory allocator to useRuntimeConfigBuilder
RuntimeConfigBuilder. setMemoryAllocator(MemoryAllocationStrategy memoryAllocator)
which memory allocator to use
-