Package | Description |
---|---|
oracle.pg.common |
This package contains the common logic that is shared by all the backend databases including Oracle Database, Oracle NoSQL Database, and Apache HBase.
|
oracle.pg.hbase |
This package contains the APIs specific to the property graph support on Apache HBase.
|
oracle.pg.nosql |
This package contains the APIs specific to the property graph support on the Oracle NoSQL Database.
|
oracle.pg.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EdgeOpCallback
This interface defines a callback function that can be used together with a whole graph level operation like adding a new weight attribute or removing an existing weight attribute
|
interface |
VertexOpCallback
This interface defines a callback function that can be used together with a whole graph level operation like adding a new weight attribute or removing an existing weight attribute
|
Modifier and Type | Method and Description |
---|---|
<T extends org.apache.tinkerpop.gremlin.structure.Element> |
OracleGraphAttributeUpdater.updateGraph(OpCallback<T> oc, boolean skipStoreToCache, int dop, ProgressListener pl, OpCallback.UpdateType updateType)
Adds an attribute to all vertices based on the specified
VertexOpCallback . |
Constructor and Description |
---|
OracleGraphUpdateWorker(java.util.Iterator<T> it, int idx, OpCallback<T> oc, OpCallback.UpdateType updateType, ProgressListener pl)
Constructor of OracleGraphUpdateWorker
|
Modifier and Type | Method and Description |
---|---|
<T extends org.apache.tinkerpop.gremlin.structure.Element> |
OraclePropertyGraph.updateGraph(OpCallback<T> oc, boolean skipStoreToCache, int dop, ProgressListener pl, OpCallback.UpdateType updateType) |
Modifier and Type | Method and Description |
---|---|
<T extends org.apache.tinkerpop.gremlin.structure.Element> |
OraclePropertyGraph.updateGraph(OpCallback<T> oc, boolean skipStoreToCache, int dop, ProgressListener pl, OpCallback.UpdateType updateType)
Updates a graph based on the specified
OpCallback . |
Modifier and Type | Method and Description |
---|---|
<T extends org.apache.tinkerpop.gremlin.structure.Element> |
OraclePropertyGraph.updateGraph(OpCallback<T> oc, boolean skipStoreToCache, int dop, ProgressListener pl, OpCallback.UpdateType updateType)
Removes an attribute from all edges based on the specified
EdgeOpCallback . |
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.