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.nosql |
This package contains the logic specific to the property graph support on Oracle NoSQL Database.
|
Modifier and Type | Method and Description |
---|---|
VertexFilterCallback |
OraclePropertyGraphBase.getVertexFilterCallback()
Get the default VertexFilterCallback associated to this property graph
|
Modifier and Type | Method and Description |
---|---|
Iterable<com.tinkerpop.blueprints.Vertex> |
OraclePropertyGraphBase.getVertices(String[] keys, VertexFilterCallback vfc)
Return an
Iterable to all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback. |
abstract Iterable<com.tinkerpop.blueprints.Vertex> |
OraclePropertyGraphBase.getVertices(String[] keys, VertexFilterCallback vfc, OraclePropertyGraphBase.OptimizationFlag flag)
Return an
Iterable to all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback. |
void |
OraclePropertyGraphBase.setVertexFilterCallback(VertexFilterCallback vfc)
Set the default VertexFilterCallback associated to this property graph
|
Modifier and Type | Method and Description |
---|---|
Iterable<com.tinkerpop.blueprints.Vertex> |
OraclePropertyGraph.getVertices(String[] keys, VertexFilterCallback vfc, OraclePropertyGraphBase.OptimizationFlag optFlag)
Return an
Iterable to all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback. |
Iterable<com.tinkerpop.blueprints.Vertex>[] |
OraclePropertyGraph.getVerticesPartitioned(oracle.kv.KVStoreConfig[] kvcArray, boolean bSkipStoreToCache, int iTotalSplits, int iStartSplitID, boolean bOptimizedSplits, String[] keys, VertexFilterCallback vfc, OraclePropertyGraphBase.OptimizationFlag optFlag)
Gets an array of
Iterable objects that hold all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback. |
Iterable<com.tinkerpop.blueprints.Vertex>[] |
OraclePropertyGraph.getVerticesPartitioned(oracle.kv.KVStoreConfig[] kvcArray, boolean bSkipStoreToCache, int iTotalSplits, int startSplitID, String[] keys, VertexFilterCallback vfc, OraclePropertyGraphBase.OptimizationFlag optFlag)
Gets an array of
Iterable objects that hold all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback. |
Iterable<com.tinkerpop.blueprints.Vertex>[] |
OraclePropertyGraph.getVerticesPartitioned(oracle.kv.KVStoreConfig[] kvcArray, boolean bSkipStoreToCache, int startSplitID, String[] keys, VertexFilterCallback vfc)
Gets an array of
Iterable objects that hold all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback. |
Iterable<com.tinkerpop.blueprints.Vertex>[] |
OraclePropertyGraph.getVerticesPartitioned(oracle.kv.KVStoreConfig[] kvcArray, boolean bSkipStoreToCache, int startSplitID, String[] keys, VertexFilterCallback vfc, OraclePropertyGraphBase.OptimizationFlag optFlag)
Gets an array of
Iterable objects that hold all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback. |
Iterable<com.tinkerpop.blueprints.Vertex>[] |
OraclePropertyGraph.getVerticesWithCustomizedParallelTableScan(String[] keys, VertexFilterCallback vfc, OraclePropertyGraphBase.OptimizationFlag optFlag)
Return an
Iterable to all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback. |
Iterable<com.tinkerpop.blueprints.Vertex> |
OraclePropertyGraph.getVerticesWithDefaultParallelTableScan(String[] keys, VertexFilterCallback vfc)
Return an
Iterable to all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback. |
Iterable<com.tinkerpop.blueprints.Vertex> |
OraclePropertyGraph.getVerticesWithDefaultParallelTableScan(String[] keys, VertexFilterCallback vfc, OraclePropertyGraphBase.OptimizationFlag optFlag)
Return an
Iterable to all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback. |
Copyright © 2017 Oracle and/or its afflilates. All Rights Reserved.