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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<oracle.pgx.common.util.ChangeTrackingMap.ChangeSetEntry<java.lang.Long,EdgeChanges>> |
Changes.getEdgeChanges()
Returns the cached edge changes
|
Modifier and Type | Method and Description |
---|---|
static IdType |
Changes.extractVertexIdType(java.util.List<? extends oracle.pgx.common.util.ChangeTrackingMap.ChangeSetEntry<?,VertexChanges>> vertexChanges, java.util.List<oracle.pgx.common.util.ChangeTrackingMap.ChangeSetEntry<java.lang.Long,EdgeChanges>> edgeChanges) |
static void |
Changes.fixEdgeChanges(java.util.List<oracle.pgx.common.util.ChangeTrackingMap.ChangeSetEntry<java.lang.Long,EdgeChanges>> changes, java.util.Map<java.lang.String,PropertyType> expectedPropTypes, IdType expectedVertexIdType)
fixed edge changes from possible json encoding errors
|
Copyright © 2017 Oracle Corp. All Rights Reserved.