| Package | Description |
|---|---|
| oracle.pgx.api |
This package contains the main Java APIs.
|
| oracle.pgx.common.types |
This package contains enums and helper classes identifying common PGX types.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeType |
GraphChangeSet.getEdgeChangeType(java.lang.Object id)
Returns the
ChangeType of the update for the edge with the given ID |
ChangeType |
GraphChangeSetImpl.getEdgeChangeType(java.lang.Object id) |
ChangeType |
GraphChangeSet.getVertexChangeType(VID id)
Returns the
ChangeType of the update for the vertex with the given ID |
ChangeType |
GraphChangeSetImpl.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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ChangeType.forEach(java.util.function.Consumer<ChangeType> body) |