Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
PreloadGraphConfig |
PreloadGraphConfigBuilder.build()
Builds the PreloadGraphConfig with a
parentPath of null . |
PreloadGraphConfig |
PreloadGraphConfigBuilder.build(java.lang.String parentPath)
Builds the PreloadGraphConfig.
|
static PreloadGraphConfig |
PreloadGraphConfigBuilder.buildPreloadGraphConfig(java.util.function.Consumer<PreloadGraphConfigBuilder> builderSetup)
Builds a
PreloadGraphConfig in-place |
static PreloadGraphConfig |
PreloadGraphConfig.parse(java.io.InputStream is,
boolean strict,
java.lang.String parentPath)
Parses an input stream.
|
static PreloadGraphConfig |
PreloadGraphConfig.parse(java.util.Map<java.lang.String,java.lang.Object> raw,
boolean strict,
java.lang.String parentPath)
Parses a raw key/value mapping.
|
static PreloadGraphConfig |
PreloadGraphConfig.parse(java.util.Properties props,
boolean strict)
Parses a properties file.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PreloadGraphConfig> |
PgxDistConfig.getPreloadGraphs()
List of graph configs to be registered at start-up.
|
abstract java.util.List<PreloadGraphConfig> |
AbstractPgxConfig.getPreloadGraphs() |
java.util.List<PreloadGraphConfig> |
PgxConfig.getPreloadGraphs()
list of graph configs to be registered at start-up.
|
Modifier and Type | Method and Description |
---|---|
PreloadGraphConfigBuilder |
PreloadGraphConfigBuilder.putAll(PreloadGraphConfig config)
Puts all values from the given config into this builder
|
Constructor and Description |
---|
PreloadGraphConfigBuilder(PreloadGraphConfig config)
Constructs a PreloadGraphConfigBuilder initialized with the values from the given config
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.