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 |
---|---|
OracleEdge |
OraclePropertyGraph.getEdge(Object id)
Return 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 label)
Returns an instance of OracleEdge
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg, Long eid, String label, boolean bCreateIfAbsentFromCache)
Returns an instance of OracleEdge.
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg, Long eid, String label, 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 |
OracleAdjacentEdgeIteratorImpl.next()
Return next element found in this iterator.
|
OracleEdge |
OracleEdgeFilterIteratorImpl.next()
Returns the next element.
|
OracleEdge |
OracleEdgeIteratorImpl.next()
Returns the next element.
|
OracleEdge |
OracleSndIndexEdgeIteratorImpl.next()
Return next element found in this iterator.
|
OracleEdge |
OraclePropertyGraph.readEdgeFromDB(Long lEID)
Deprecated.
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.