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.addAttributeToAllEdges(EdgeOpCallback eoc)
Adds an attribute to all edges satisfying the criterias specified in the given
EdgeOpCallback . |
default void |
OracleGraphAttributeUpdater.addAttributeToAllEdges(EdgeOpCallback eoc, boolean skipStoreToCache, int dop)
Adds an attribute to all edges satisfying the criterias specified in the given
EdgeOpCallback . |
default void |
OracleGraphAttributeUpdater.addAttributeToAllEdges(EdgeOpCallback eoc, boolean skipStoreToCache, int dop, ProgressListener pl)
Adds an attribute to all edges satisfying the criterias specified in the given
EdgeOpCallback . |
default void |
OracleGraphAttributeUpdater.removeAttributeFromAllEdges(EdgeOpCallback eoc)
Removes an attribute from all edges satisfying the criterias specified in the given
EdgeOpCallback . |
default void |
OracleGraphAttributeUpdater.removeAttributeFromAllEdges(EdgeOpCallback eoc, boolean skipStoreToCache, int dop)
Removes an attribute from all edges satisfying the criterias specified in the given
EdgeOpCallback . |
default void |
OracleGraphAttributeUpdater.removeAttributeFromAllEdges(EdgeOpCallback eoc, boolean skipStoreToCache, int dop, ProgressListener pl)
Removes an attribute from all edges satisfying the criterias specified in the given
EdgeOpCallback . |
void |
OraclePropertyGraphBase.removeEdges(EdgeOpCallback eoc)
Removes a set of edges from the graph based on the given OpCallback
|
void |
OraclePropertyGraphBase.removeEdges(EdgeOpCallback eoc, int dop)
Removes a set of edges from the graph based on the given OpCallback
|
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.