Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.api.graphbuilder |
This package contains the APIs to build a new in-memory graph from scratch as well as the APIs to change an existing in-memory graph.
|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
GraphChangeSet<VID> |
GraphChangeSetImpl.setAddExistingEdgePolicy(OnAddExistingElement addExistingEdgePolicy) |
GraphChangeSet<VID> |
GraphChangeSet.setAddExistingEdgePolicy(OnAddExistingElement addExistingEdgePolicy)
Sets the policy on what to do when an edge is added that already exists
|
GraphChangeSet<VID> |
GraphChangeSetImpl.setAddExistingVertexPolicy(OnAddExistingElement addExistingVertexPolicy) |
GraphChangeSet<VID> |
GraphChangeSet.setAddExistingVertexPolicy(OnAddExistingElement addExistingVertexPolicy)
Sets the policy on what to do when a vertex is added that already exists
|
Modifier and Type | Method and Description |
---|---|
OnAddExistingElement |
Changes.getAddExistingEdgePolicy() |
OnAddExistingElement |
Changes.getAddExistingVertexPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
Changes.setAddExistingEdgePolicy(OnAddExistingElement addExistingEdgePolicy) |
void |
Changes.setAddExistingVertexPolicy(OnAddExistingElement addExistingVertexPolicy) |
Modifier and Type | Method and 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.
|
Copyright © 2017 Oracle Corp. All Rights Reserved.