Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
OnMissingVertex |
GraphErrorHandlingConfig.getOnMissingVertex()
what to do when a source or destination vertex of an edge is not found.
|
static OnMissingVertex |
OnMissingVertex.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OnMissingVertex[] |
OnMissingVertex.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
AbstractGraphConfigBuilder.setErrorHandlingOnMissingVertex(OnMissingVertex action)
Sets the error handling on a missing vertex.
|
Copyright © 2017 Oracle Corp. All Rights Reserved.