Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
ReachabilityIndexCreationMode |
RuntimeConfig.getUseIndexForReachabilityQueries()
create index for reachability queries
|
ReachabilityIndexCreationMode |
PgxConfig.getUseIndexForReachabilityQueries()
create index for reachability queries
|
static ReachabilityIndexCreationMode |
ReachabilityIndexCreationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReachabilityIndexCreationMode[] |
ReachabilityIndexCreationMode.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.setUseIndexForReachabilityQueries(ReachabilityIndexCreationMode useIndexForReachabilityQueries)
create index for reachability queries
|
PgxConfigBuilder |
PgxConfigBuilder.setUseIndexForReachabilityQueries(ReachabilityIndexCreationMode useIndexForReachabilityQueries)
create index for reachability queries
|
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.