Package | Description |
---|---|
oracle.pg.hbase |
This package contains the logic specific to the property graph support on Apache HBase.
|
Modifier and Type | Method and Description |
---|---|
static OracleVertex |
OracleVertex.getEmptyInstance()
Deprecated.
|
static OracleVertex |
OracleVertex.getInstance(OraclePropertyGraph opg, Long vid)
Returns an instance of OracleVertex from the underlying graph
|
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 |
OracleAdjacentVertexIteratorImpl.next()
Return next element found in this iterator.
|
OracleVertex |
OracleSndIndexVertexIteratorImpl.next()
Return next element found in this iterator.
|
OracleVertex |
OracleVertexFilterIteratorImpl.next()
Returns the next element.
|
OracleVertex |
OracleVertexIteratorImpl.next()
Returns the next element
|
OracleVertex |
OraclePropertyGraph.readVertexFromDB(Long lVID)
Deprecated.
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.