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 PreloadGraphConfigPreloadGraphConfigBuilder. build()Builds the PreloadGraphConfig with aparentPathofnull.PreloadGraphConfigPreloadGraphConfigBuilder. build(java.lang.String parentPath)Builds the PreloadGraphConfig.static PreloadGraphConfigPreloadGraphConfigBuilder. buildPreloadGraphConfig(java.util.function.Consumer<PreloadGraphConfigBuilder> builderSetup)Builds aPreloadGraphConfigin-placestatic PreloadGraphConfigPreloadGraphConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)Parses an input stream.static PreloadGraphConfigPreloadGraphConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)Parses a raw key/value mapping.static PreloadGraphConfigPreloadGraphConfig. 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 PreloadGraphConfigBuilderPreloadGraphConfigBuilder. 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
-