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 |
---|---|
EdgeFilterCallback |
OraclePropertyGraphBase.getEdgeFilterCallback()
Get the default EdgeFilterCallback associated to this property graph
|
Modifier and Type | Method and Description |
---|---|
Iterable<Edge> |
OraclePropertyGraphBase.getEdges(String[] keys, EdgeFilterCallback efc)
Return an
Iterable to all the edges in the graph that have any of the specified keys and satisfy the specified edge filter callback. |
abstract Iterable<Edge> |
OraclePropertyGraphBase.getEdges(String[] keys, EdgeFilterCallback efc, OraclePropertyGraphBase.OptimizationFlag flag)
Return an
Iterable to all the edges in the graph that have any of the specified keys and satisfy the specified edge filter callback. |
void |
OraclePropertyGraphBase.setEdgeFilterCallback(EdgeFilterCallback efc)
Set the default EdgeFilterCallback associated to this property graph
|
Modifier and Type | Method and Description |
---|---|
Iterable<Edge> |
OraclePropertyGraph.getEdges(String[] keys, EdgeFilterCallback efc, OraclePropertyGraphBase.OptimizationFlag flag)
Return an
Iterable to all the edges in the graph that have any of the specified keys and satisfy the specified edge filter callback. |
Iterable<Edge> |
OraclePropertyGraph.getEdges(String[] keys, EdgeFilterCallback efc, OraclePropertyGraphBase.OptimizationFlag flag, int dop)
Return an
Iterable to all the edges in the graph that have any of the specified keys and satisfy the specified edge filter callback. |
Iterable<Edge>[] |
OraclePropertyGraph.getEdgesPartitioned(org.apache.hadoop.hbase.client.HConnection[] connections, boolean bSkipStoreToCache, int startSplitID, EdgeFilterCallback efc)
Gets an array of
Iterable objects that hold all the edges in the graph that satisfy the specified edge filter callback. |
Iterable<Edge>[] |
OraclePropertyGraph.getEdgesPartitioned(org.apache.hadoop.hbase.client.HConnection[] connections, boolean bSkipStoreToCache, int startSplitID, EdgeFilterCallback efc, OraclePropertyGraphBase.OptimizationFlag flag)
Gets an array of
Iterable objects that hold all the edges in the graph that satisfy the specified edge filter callback. |
Iterable<Edge>[] |
OraclePropertyGraph.getEdgesPartitioned(org.apache.hadoop.hbase.client.HConnection[] connections, boolean bSkipStoreToCache, int startSplitID, String[] keys, boolean bClonedGraph, EdgeFilterCallback efc)
Gets an array of
Iterable objects that hold all the edges in the graph that have any of the specified keys and satisfy the specified edge filter callback. |
Iterable<Edge>[] |
OraclePropertyGraph.getEdgesPartitioned(org.apache.hadoop.hbase.client.HConnection[] connections, boolean bSkipStoreToCache, int startSplitID, String[] keys, boolean bClonedGraph, EdgeFilterCallback efc, OraclePropertyGraphBase.OptimizationFlag flag)
Gets an array of
Iterable objects that hold all the edges in the graph that have any of the specified keys and satisfy the specified edge filter callback. |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.