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 in a vertex data source.
|
OnMissingVertex |
ReadGraphOption.OnMissingVertexOption.getOnMissingVertex() |
OnMissingVertex |
ReadGraphOption.ReadGraphOptionDataBuilder.getOnMissingVertex() |
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 |
---|---|
static ReadGraphOption.OnMissingVertexOption |
ReadGraphOption.onMissingVertex(OnMissingVertex onMissingVertex)
Creates an option, which specifies the behavior when the source or destination vertex of an edge is missing
|
T |
AbstractEntityProviderConfigBuilder.setErrorHandlingOnMissingVertex(OnMissingVertex action)
Sets the error handling on a missing vertex.
|
T |
AbstractGraphConfigBuilder.setErrorHandlingOnMissingVertex(OnMissingVertex action)
Sets the error handling on a missing vertex.
|
Constructor and Description |
---|
OnMissingVertexOption(OnMissingVertex optimizedFor) |