Uses of Class
oracle.pgx.config.OnAddExistingElement
-
Packages that use OnAddExistingElement Package Description oracle.pgx.api This package contains the main Java APIs.oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of OnAddExistingElement in oracle.pgx.api
Methods in oracle.pgx.api with parameters of type OnAddExistingElement Modifier and Type Method Description GraphChangeSet<VID>
GraphChangeSet. setAddExistingEdgePolicy(OnAddExistingElement addExistingEdgePolicy)
Sets the policy on what to do when an edge is added that already existsGraphChangeSet<VID>
GraphChangeSetImpl. setAddExistingEdgePolicy(OnAddExistingElement addExistingEdgePolicy)
GraphChangeSet<VID>
GraphChangeSet. setAddExistingVertexPolicy(OnAddExistingElement addExistingVertexPolicy)
Sets the policy on what to do when a vertex is added that already existsGraphChangeSet<VID>
GraphChangeSetImpl. setAddExistingVertexPolicy(OnAddExistingElement addExistingVertexPolicy)
-
Uses of OnAddExistingElement in oracle.pgx.config
Methods in oracle.pgx.config that return OnAddExistingElement Modifier and Type Method Description static OnAddExistingElement
OnAddExistingElement. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OnAddExistingElement[]
OnAddExistingElement. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-