Uses of Class
oracle.pgx.config.GraphValidationLevel
-
Packages that use GraphValidationLevel Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of GraphValidationLevel in oracle.pgx.config
Methods in oracle.pgx.config that return GraphValidationLevel Modifier and Type Method Description GraphValidationLevel
PgxConfig. getGraphValidationLevel()
level of validation performed on newly loaded or created graphsGraphValidationLevel
RuntimeConfig. getGraphValidationLevel()
level of validation performed on newly loaded or created graphsstatic GraphValidationLevel
GraphValidationLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GraphValidationLevel[]
GraphValidationLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.pgx.config with parameters of type GraphValidationLevel Modifier and Type Method Description PgxConfigBuilder
PgxConfigBuilder. setGraphValidationLevel(GraphValidationLevel graphValidationLevel)
level of validation performed on newly loaded or created graphsRuntimeConfigBuilder
RuntimeConfigBuilder. setGraphValidationLevel(GraphValidationLevel graphValidationLevel)
level of validation performed on newly loaded or created graphs
-