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 OnMissingVertexGraphErrorHandlingConfig. getOnMissingVertex()what to do when a source or destination vertex of an edge is not found in a vertex data source.OnMissingVertexReadGraphOption.OnMissingVertexOption. getOnMissingVertex()OnMissingVertexReadGraphOption.ReadGraphOptionDataBuilder. getOnMissingVertex()static OnMissingVertexOnMissingVertex. 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.OnMissingVertexOptionReadGraphOption. onMissingVertex(OnMissingVertex onMissingVertex)Creates an option, which specifies the behavior when the source or destination vertex of an edge is missingTAbstractEntityProviderConfigBuilder. setErrorHandlingOnMissingVertex(OnMissingVertex action)Sets the error handling on a missing vertex.TAbstractGraphConfigBuilder. 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)
-