Uses of Class
oracle.pgx.config.PreloadGraphConfig.Field
-
Packages that use PreloadGraphConfig.Field Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of PreloadGraphConfig.Field in oracle.pgx.config
Methods in oracle.pgx.config that return PreloadGraphConfig.Field Modifier and Type Method Description static PreloadGraphConfig.Field[]
PreloadGraphConfig. getConfigFields()
static PreloadGraphConfig.Field
PreloadGraphConfig.Field. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PreloadGraphConfig.Field[]
PreloadGraphConfig.Field. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.pgx.config that return types with arguments of type PreloadGraphConfig.Field Modifier and Type Method Description java.util.Map<PreloadGraphConfig.Field,java.lang.Object>
PreloadGraphConfig. getValues()
Gets the parsed values.java.util.Map<PreloadGraphConfig.Field,java.lang.Object>
PreloadGraphConfigBuilder. getValues()
java.util.Map<PreloadGraphConfig.Field,java.lang.Object>
PreloadGraphConfig. getValuesWithoutDefaults()
Gets the values without defaults.Methods in oracle.pgx.config with parameters of type PreloadGraphConfig.Field Modifier and Type Method Description boolean
PreloadGraphConfig. hasDefaultValue(PreloadGraphConfig.Field field)
Checks for default value.Method parameters in oracle.pgx.config with type arguments of type PreloadGraphConfig.Field Modifier and Type Method Description PreloadGraphConfigBuilder
PreloadGraphConfigBuilder. putAll(java.util.Map<PreloadGraphConfig.Field,java.lang.Object> values)
Puts all values from the given map into this builder.Constructor parameters in oracle.pgx.config with type arguments of type PreloadGraphConfig.Field Constructor Description PreloadGraphConfigBuilder(java.util.Map<PreloadGraphConfig.Field,java.lang.Object> values)
Constructs a PreloadGraphConfigBuilder initialized with the values from the given map
-