Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
GraphValidationLevel |
RuntimeConfig.getGraphValidationLevel()
level of validation performed on newly loaded or created graphs
|
GraphValidationLevel |
PgxConfig.getGraphValidationLevel()
level of validation performed on newly loaded or created graphs
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
RuntimeConfigBuilder |
RuntimeConfigBuilder.setGraphValidationLevel(GraphValidationLevel graphValidationLevel)
level of validation performed on newly loaded or created graphs
|
PgxConfigBuilder |
PgxConfigBuilder.setGraphValidationLevel(GraphValidationLevel graphValidationLevel)
level of validation performed on newly loaded or created graphs
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.