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 GraphValidationLevelPgxConfig. getGraphValidationLevel()level of validation performed on newly loaded or created graphsGraphValidationLevelRuntimeConfig. getGraphValidationLevel()level of validation performed on newly loaded or created graphsstatic GraphValidationLevelGraphValidationLevel. 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 PgxConfigBuilderPgxConfigBuilder. setGraphValidationLevel(GraphValidationLevel graphValidationLevel)level of validation performed on newly loaded or created graphsRuntimeConfigBuilderRuntimeConfigBuilder. setGraphValidationLevel(GraphValidationLevel graphValidationLevel)level of validation performed on newly loaded or created graphs
-