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.
|
oracle.pg.hbase |
This package contains the APIs specific to the property graph support on Apache HBase.
|
oracle.pg.nosql |
This package contains the APIs specific to the property graph support on the Oracle NoSQL Database.
|
oracle.pg.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
Modifier and Type | Method and Description |
---|---|
OracleEdgeBase |
EdgeCache.get(java.lang.Long lID)
Get an Edge from the cache using the given ID.
|
abstract OracleEdgeBase |
OraclePropertyGraphBase.getEdgeInstance(java.lang.Long eid,
boolean bCreateIfAbsentFromCache,
boolean bSkipStoreToCache)
Returns an instance of OracleEdgeBase.
|
abstract OracleEdgeBase |
OraclePropertyGraphBase.getEdgeInstance(OracleVertexBase outVertex,
OracleVertexBase inVertex,
java.lang.String edgeLabel,
java.lang.Long eid,
boolean bCreateIfAbsentFromCache,
boolean bSkipStoreToCache)
Returns an instance of OracleEdgeBase.
|
OracleEdgeBase |
OraclePropertyGraphBase.readEdgeFromDB(java.lang.Long lEID)
Deprecated.
|
OracleEdgeBase |
EdgeCache.remove(java.lang.Long lID)
Remove one Edge from the cache
|
OracleEdgeBase |
EdgeCache.remove(OracleEdgeBase e)
Remove one Edge from the cache
|
Modifier and Type | Method and Description |
---|---|
default java.lang.Class<OracleEdgeBase> |
EdgeOpCallback.getEntityType() |
Modifier and Type | Method and Description |
---|---|
void |
OraclePropertyGraphBase.addUpdatedEdge(OracleEdgeBase e)
Add an updated edge into this property graph
|
boolean |
EdgeFilterCallback.keepEdge(OracleEdgeBase edge)
Returns true if the given edge is to be kept( implying that it satisfies all conditions specified in this method).
|
void |
EdgeCache.put(java.lang.Long lID,
OracleEdgeBase e)
Add one Edge to the cache.
|
void |
EdgeCache.put(OracleEdgeBase e)
Add one Edge to the cache
|
OracleEdgeBase |
EdgeCache.remove(OracleEdgeBase e)
Remove one Edge from the cache
|
Modifier and Type | Method and Description |
---|---|
OracleEdgeBase |
OraclePropertyGraph.getEdgeInstance(java.lang.Long eid,
boolean bCreateIfAbsentFromCache,
boolean bSkipStoreToCache)
Returns an instance of OracleEdgeBase.
|
OracleEdgeBase |
OraclePropertyGraph.getEdgeInstance(OracleVertexBase outVertex,
OracleVertexBase inVertex,
java.lang.String edgeLabel,
java.lang.Long eid,
boolean bCreateIfAbsentFromCache,
boolean bSkipStoreToCache)
Returns an instance of OracleEdgeBase.
|
Modifier and Type | Method and Description |
---|---|
OracleEdgeBase |
OraclePropertyGraph.getEdgeInstance(java.lang.Long eid,
boolean bCreateIfAbsentFromCache,
boolean bSkipStoreToCache)
Returns an instance of OracleEdgeBase.
|
OracleEdgeBase |
OraclePropertyGraph.getEdgeInstance(OracleVertexBase outVertex,
OracleVertexBase inVertex,
java.lang.String edgeLabel,
java.lang.Long eid,
boolean bCreateIfAbsentFromCache,
boolean bSkipStoreToCache)
Returns an instance of OracleEdgeBase.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleEdge
This class implements the Blueprints Edge and Element interface by using
an Oracle backend.
|
Modifier and Type | Method and Description |
---|---|
OracleEdgeBase |
OraclePropertyGraph.getEdgeInstance(java.lang.Long eid,
boolean bCreateIfAbsentFromCache,
boolean bSkipStoreToCache)
Returns an instance of OracleEdgeBase.
|
OracleEdgeBase |
OraclePropertyGraph.getEdgeInstance(OracleVertexBase outVertex,
OracleVertexBase inVertex,
java.lang.String edgeLabel,
java.lang.Long eid,
boolean bCreateIfAbsentFromCache,
boolean bSkipStoreToCache)
Returns an instance of OracleEdgeBase.
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.