| Package | Description |
|---|---|
| oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
| Modifier and Type | Method and Description |
|---|---|
PreloadGraphConfigBuilder |
PreloadGraphConfigBuilder.clear()
Clears all values from the builder
|
PreloadGraphConfigBuilder |
PreloadGraphConfigBuilder.putAll(java.util.Map<PreloadGraphConfig.Field,java.lang.Object> values)
Puts all values from the given map into this builder.
|
PreloadGraphConfigBuilder |
PreloadGraphConfigBuilder.putAll(PreloadGraphConfig config)
Puts all values from the given config into this builder
|
PreloadGraphConfigBuilder |
PreloadGraphConfigBuilder.setName(java.lang.String name)
prelodaded graph name
|
PreloadGraphConfigBuilder |
PreloadGraphConfigBuilder.setPath(java.lang.String path)
uri to graph config file
|
PreloadGraphConfigBuilder |
PreloadGraphConfigBuilder.setPublish(boolean publish)
whether or not this preloaded graph should be published.
|
PreloadGraphConfigBuilder |
PreloadGraphConfigBuilder.setPublishWithSnapshots(boolean publishWithSnapshots)
whether or not this preloaded graph should be published together with its snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
static PreloadGraphConfig |
PreloadGraphConfigBuilder.buildPreloadGraphConfig(java.util.function.Consumer<PreloadGraphConfigBuilder> builderSetup)
Builds a
PreloadGraphConfig in-place |
| Constructor and Description |
|---|
PreloadGraphConfigBuilder(PreloadGraphConfigBuilder builder)
Constructs a PreloadGraphConfigBuilder initialized with the values from the given builder
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.