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