Package | Description |
---|---|
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.common.types |
This package contains enums and helper classes identifying common PGX types.
|
Modifier and Type | Method and Description |
---|---|
ChangeType |
Changes.getEdgeChangeType(long id) |
ChangeType |
Changes.getVertexChangeType(VID id) |
Modifier and Type | Method and Description |
---|---|
static ChangeType |
ChangeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChangeType[] |
ChangeType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Copyright © 2017 Oracle Corp. All Rights Reserved.