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 |
---|---|
OracleVertex |
VertexCache.get(Long lID)
Fetch one vertex from the cache using its ID.
|
static OracleVertex |
OracleVertex.getEmptyInstance()
Deprecated.
|
static OracleVertex |
OracleVertex.getInstance(OraclePropertyGraph opg, Long vid)
Returns an instance of OracleVertex
|
static OracleVertex |
OracleVertex.getInstance(OraclePropertyGraph opg, Long vid, boolean bCreateIfAbsentFromCache)
Returns an instance of OracleVertex.
|
static OracleVertex |
OracleVertex.getInstance(OraclePropertyGraph opg, Long vid, boolean bCreateIfAbsentFromCache, boolean bSkipStoreToCache)
Returns an instance of OracleVertex.
|
OracleVertex |
OracleEdge.getInVertex()
Return the head/in vertex of the edge
|
OracleVertex |
OracleEdge.getOutVertex()
Return the tail/out vertex of the edge
|
OracleVertex |
OraclePropertyGraph.getVertex(Object id)
Return the vertex referenced by the object identifier.
|
OracleVertex |
OracleMergeVertexIteratorImpl.next()
Returns the next element.
|
OracleVertex |
OracleVertexFilterIteratorImpl.next() |
OracleVertex |
OracleVertexIteratorImpl.next()
Returns the next element.
|
OracleVertex |
VertexCache.remove(Long lID)
Remove one Vertex from the cache
|
OracleVertex |
VertexCache.remove(OracleVertex v)
Remove one Vertex from the cache
|
Modifier and Type | Method and Description |
---|---|
void |
VertexCache.put(Long lID, OracleVertex v)
Add one vertex to the cache.
|
void |
VertexCache.put(OracleVertex v)
Add one vertex to the cache
|
OracleVertex |
VertexCache.remove(OracleVertex v)
Remove one Vertex from the cache
|
Copyright © 2015 Oracle and/or its afflilates. All Rights Reserved.