Uses of Class
oracle.pgx.config.PreloadGraphConfig
-
Packages that use PreloadGraphConfig Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of PreloadGraphConfig in oracle.pgx.config
Methods in oracle.pgx.config that return PreloadGraphConfig Modifier and Type Method Description PreloadGraphConfig
PreloadGraphConfigBuilder. build()
Builds the PreloadGraphConfig with aparentPath
ofnull
.PreloadGraphConfig
PreloadGraphConfigBuilder. build(java.lang.String parentPath)
Builds the PreloadGraphConfig.static PreloadGraphConfig
PreloadGraphConfigBuilder. buildPreloadGraphConfig(java.util.function.Consumer<PreloadGraphConfigBuilder> builderSetup)
Builds aPreloadGraphConfig
in-placestatic 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.Methods in oracle.pgx.config that return types with arguments of type PreloadGraphConfig Modifier and Type Method Description abstract java.util.List<PreloadGraphConfig>
AbstractPgxConfig. getPreloadGraphs()
java.util.List<PreloadGraphConfig>
PgxConfig. getPreloadGraphs()
list of graph configs to be registered at start-up.Methods in oracle.pgx.config with parameters of type PreloadGraphConfig Modifier and Type Method Description PreloadGraphConfigBuilder
PreloadGraphConfigBuilder. putAll(PreloadGraphConfig config)
Puts all values from the given config into this builderConstructors in oracle.pgx.config with parameters of type PreloadGraphConfig Constructor Description PreloadGraphConfigBuilder(PreloadGraphConfig config)
Constructs a PreloadGraphConfigBuilder initialized with the values from the given config
-