Package | Description |
---|---|
oracle.pg.common |
This package contains the common logic that is shared by all the backend databases including Oracle NoSQL Database and Apache HBase.
|
Modifier and Type | Method and Description |
---|---|
static OracleWrapperVertex |
OracleWrapperVertex.getInstance(OracleWrapperGraph opg,
Long vid)
Returns an instance of OracleWrapperVertex
|
OracleWrapperVertex |
OracleWrapperEdge.getInVertex()
This is a bit more convenient than the getVertex API
that uses Direction.
|
OracleWrapperVertex |
OracleWrapperEdge.getOutVertex()
This is a bit more convenient than the getVertex API
that uses Direction.
|
Modifier and Type | Method and Description |
---|---|
static OracleWrapperEdge |
OracleWrapperEdge.getInstance(OracleWrapperGraph opg,
OracleWrapperVertex outVertex,
OracleWrapperVertex inVertex,
String edgeLabel,
Long eid)
Returns an instance of OracleWrapperEdge
|
Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.