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<VID,VertexChanges>> |
Changes.getVertexChanges()
Returns the cached vertex 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.fixVertexChanges(java.util.List<? extends oracle.pgx.common.util.ChangeTrackingMap.ChangeSetEntry<?,VertexChanges>> changes, java.util.Map<java.lang.String,PropertyType> expectedPropTypes, IdType expectedVertexIdType)
fixes vertex changes from possible json encoding errors
|
Copyright © 2017 Oracle Corp. All Rights Reserved.