| Package | Description |
|---|---|
| oracle.pg.common |
This package contains the common logic that is shared by all the backend databases including Oracle NoSQL Database and Apache HBase.
|
| oracle.pg.hbase |
This package contains the logic specific to the property graph support on Apache HBase.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OraclePropertyGraphBase.addAttributeToAllEdges(EdgeOpCallback eoc)
Adds an attribute to all edges satisfying the criterias specified in the given
EdgeOpCallback. |
void |
OraclePropertyGraphBase.addAttributeToAllEdges(EdgeOpCallback eoc, boolean skipStoreToCache, int dop)
Adds an attribute to all edges satisfying the criterias specified in the given
EdgeOpCallback. |
abstract void |
OraclePropertyGraphBase.addAttributeToAllEdges(EdgeOpCallback eoc, boolean skipStoreToCache, int dop, ProgressListener pl)
Adds an attribute to all edges satisfying the criterias specified in the given
EdgeOpCallback. |
void |
OraclePropertyGraphBase.removeAttributeFromAllEdges(EdgeOpCallback eoc)
Removes an attribute from all edges satisfying the criterias specified in the given
EdgeOpCallback. |
void |
OraclePropertyGraphBase.removeAttributeFromAllEdges(EdgeOpCallback eoc, boolean skipStoreToCache, int dop)
Removes an attribute from all edges satisfying the criterias specified in the given
EdgeOpCallback. |
abstract void |
OraclePropertyGraphBase.removeAttributeFromAllEdges(EdgeOpCallback eoc, boolean skipStoreToCache, int dop, ProgressListener pl)
Removes an attribute from all edges satisfying the criterias specified in the given
EdgeOpCallback. |
| Modifier and Type | Method and Description |
|---|---|
void |
OraclePropertyGraph.addAttributeToAllEdges(EdgeOpCallback eoc, boolean skipStoreToCache, int dop, ProgressListener pl)
Adds an attribute to all edges based on the specified
EdgeOpCallback. |
void |
OraclePropertyGraph.removeAttributeFromAllEdges(EdgeOpCallback eoc, boolean skipStoreToCache, int dop, ProgressListener pl)
Removes an attribute from all edges based on the specified
EdgeOpCallback. |
Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.