Package | Description |
---|---|
oracle.pg.nosql |
This package contains the logic specific to the property graph support on Oracle NoSQL Database.
|
Modifier and Type | Method and Description |
---|---|
OracleEdge |
EdgeCache.get(Long lID)
Get an Edge from the cache using the given ID.
|
OracleEdge |
OraclePropertyGraph.getEdge(Object id)
Get the edge referenced by the object identifier
|
static OracleEdge |
OracleEdge.getEmptyInstance()
Deprecated.
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg, Long eid)
Returns an instance of OracleEdge
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg, Long eid, boolean bCreateIfAbsentFromCache)
Returns an instance of OracleEdge.
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg, Long eid, boolean bCreateIfAbsentFromCache, boolean bSkipStoreToCache)
Returns an instance of OracleEdge.
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg, Long eid, String edgeLabel, boolean bCreateIfAbsentFromCache, boolean bSkipStoreToCache)
Returns an instance of OracleEdge.
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg, OracleVertexBase outVertex, OracleVertexBase inVertex, Long eid, boolean bCreateIfAbsentFromCache, boolean bSkipStoreToCache)
Returns an instance of OracleEdge
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg, OracleVertexBase outVertex, OracleVertexBase inVertex, String edgeLabel, Long eid)
Returns an instance of OracleEdge
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg, OracleVertexBase outVertex, OracleVertexBase inVertex, String edgeLabel, Long eid, boolean bCreateIfAbsentFromCache)
Returns an instance of OracleEdge
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg, OracleVertexBase outVertex, OracleVertexBase inVertex, String edgeLabel, Long eid, boolean bCreateIfAbsentFromCache, boolean bSkipStoreToCache)
Returns an instance of OracleEdge
|
OracleEdge |
OracleEdgeFilterIteratorImpl.next() |
OracleEdge |
OracleEdgeIteratorImpl.next()
Returns the next element.
|
OracleEdge |
OraclePropertyGraph.readEdgeFromDB(Long lEID)
This method reads an edge from the database using the give edge ID.
|
OracleEdge |
EdgeCache.remove(Long lID)
Remove one Edge from the cache
|
OracleEdge |
EdgeCache.remove(OracleEdge e)
Remove one Edge from the cache
|
Modifier and Type | Method and Description |
---|---|
void |
EdgeCache.put(Long lID, OracleEdge e)
Add one Edge to the cache.
|
void |
EdgeCache.put(OracleEdge e)
Add one Edge to the cache
|
OracleEdge |
EdgeCache.remove(OracleEdge e)
Remove one Edge from the cache
|
Copyright © 2015 Oracle and/or its afflilates. All Rights Reserved.