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.
|
Modifier and Type | Method and Description |
---|---|
default void |
OracleGraphAttributeUpdater.addAttributeToAllVertices(VertexOpCallback voc)
Adds an attribute to all vertices satisfying the criterias specified in the given
VertexOpCallback . |
default void |
OracleGraphAttributeUpdater.addAttributeToAllVertices(VertexOpCallback voc, boolean skipStoreToCache, int dop)
Adds an attribute to all vertices satisfying the criterias specified in the given
VertexOpCallback . |
default void |
OracleGraphAttributeUpdater.addAttributeToAllVertices(VertexOpCallback voc, boolean skipStoreToCache, int dop, ProgressListener pl)
Adds an attribute to all vertices based on the specified
VertexOpCallback . |
default void |
OracleGraphAttributeUpdater.removeAttributeFromAllVertices(VertexOpCallback voc)
Removes an attribute from all vertices satisfying the criterias specified in the given
VertexOpCallback . |
default void |
OracleGraphAttributeUpdater.removeAttributeFromAllVertices(VertexOpCallback voc, boolean skipStoreToCache, int dop)
Removes an attribute from all vertices satisfying the criterias specified in the given
VertexOpCallback . |
default void |
OracleGraphAttributeUpdater.removeAttributeFromAllVertices(VertexOpCallback voc, boolean skipStoreToCache, int dop, ProgressListener pl)
Removes an attribute from all vertices satisfying the criterias specified in the given
VertexOpCallback . |
void |
OraclePropertyGraphBase.removeVertices(VertexOpCallback voc)
Removes a set of vertices from the graph based on the given OpCallback
|
void |
OraclePropertyGraphBase.removeVertices(VertexOpCallback voc, int dop)
Removes a set of vertices from the graph based on the given OpCallback
|
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.