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