Uses of Class
oracle.pgx.config.OnMissingVertex
-
Packages that use OnMissingVertex Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of OnMissingVertex in oracle.pgx.config
Methods in oracle.pgx.config that return OnMissingVertex Modifier and Type Method 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.Methods in oracle.pgx.config with parameters of type OnMissingVertex Modifier and Type Method 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 missingT
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.Constructors in oracle.pgx.config with parameters of type OnMissingVertex Constructor Description OnMissingVertexOption(OnMissingVertex optimizedFor)
-