Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
MemoryAllocationStrategy |
RuntimeConfig.getMemoryAllocator()
which memory allocator to use
|
MemoryAllocationStrategy |
PgxConfig.getMemoryAllocator()
which memory allocator to use
|
abstract MemoryAllocationStrategy |
AbstractRuntimeConfig.getMemoryAllocator() |
static 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.
|
Modifier and Type | Method and Description |
---|---|
PgxConfigBuilder |
PgxConfigBuilder.setMemoryAllocator(MemoryAllocationStrategy memoryAllocator)
which memory allocator to use
|
RuntimeConfigBuilder |
RuntimeConfigBuilder.setMemoryAllocator(MemoryAllocationStrategy memoryAllocator)
which memory allocator to use
|
Copyright © 2017 Oracle Corp. All Rights Reserved.