Uses of Class
oracle.pgx.config.EnterpriseSchedulerFlagsConfig.Field
-
Packages that use EnterpriseSchedulerFlagsConfig.Field Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of EnterpriseSchedulerFlagsConfig.Field in oracle.pgx.config
Methods in oracle.pgx.config that return EnterpriseSchedulerFlagsConfig.Field Modifier and Type Method Description static EnterpriseSchedulerFlagsConfig.Field[]
EnterpriseSchedulerFlagsConfig. getConfigFields()
static EnterpriseSchedulerFlagsConfig.Field
EnterpriseSchedulerFlagsConfig.Field. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EnterpriseSchedulerFlagsConfig.Field[]
EnterpriseSchedulerFlagsConfig.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 EnterpriseSchedulerFlagsConfig.Field Modifier and Type Method Description java.util.Map<EnterpriseSchedulerFlagsConfig.Field,java.lang.Object>
EnterpriseSchedulerFlagsConfig. getValues()
Gets the parsed values.java.util.Map<EnterpriseSchedulerFlagsConfig.Field,java.lang.Object>
EnterpriseSchedulerFlagsConfigBuilder. getValues()
java.util.Map<EnterpriseSchedulerFlagsConfig.Field,java.lang.Object>
EnterpriseSchedulerFlagsConfig. getValuesWithoutDefaults()
Gets the values without defaults.Methods in oracle.pgx.config with parameters of type EnterpriseSchedulerFlagsConfig.Field Modifier and Type Method Description boolean
EnterpriseSchedulerFlagsConfig. hasDefaultValue(EnterpriseSchedulerFlagsConfig.Field field)
Checks for default value.Method parameters in oracle.pgx.config with type arguments of type EnterpriseSchedulerFlagsConfig.Field Modifier and Type Method Description EnterpriseSchedulerFlagsConfigBuilder
EnterpriseSchedulerFlagsConfigBuilder. putAll(java.util.Map<EnterpriseSchedulerFlagsConfig.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 EnterpriseSchedulerFlagsConfig.Field Constructor Description EnterpriseSchedulerFlagsConfigBuilder(java.util.Map<EnterpriseSchedulerFlagsConfig.Field,java.lang.Object> values)
Constructs a EnterpriseSchedulerFlagsConfigBuilder initialized with the values from the given map
-