Package | Description |
---|---|
oracle.pg.hbase |
This package contains the APIs 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,
java.lang.Long vid)
Returns an instance of OracleVertex from the underlying graph
|
static OracleVertex |
OracleVertex.getInstance(OraclePropertyGraph opg,
java.lang.Long vid,
boolean bCreateIfAbsentFromCache)
Returns an instance of OracleVertex.
|
static OracleVertex |
OracleVertex.getInstance(OraclePropertyGraph opg,
java.lang.Long vid,
boolean bCreateIfAbsentFromCache,
boolean bSkipStoreToCache)
Returns an instance of OracleVertex.
|
static OracleVertex |
OracleVertex.getInstance(OraclePropertyGraph opg,
java.lang.Long vid,
boolean bCreateIfAbsentFromCache,
boolean bSkipStoreToCache,
java.lang.String label)
Returns an instance of OracleVertex.
|
OracleVertex |
OraclePropertyGraph.getVertex(java.lang.Object id)
Return the vertex referenced by the object identifier.
|
OracleVertex |
OracleAdjacentVertexIteratorImpl.next()
Return next element found in this iterator.
|
OracleVertex |
OracleVertexIteratorImpl.next()
Returns the next element
|
OracleVertex |
OracleVertexFilterIteratorImpl.next()
Returns the next element.
|
OracleVertex |
OracleSndIndexVertexIteratorImpl.next()
Return next element found in this iterator.
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.