Package | Description |
---|---|
oracle.pg.common |
This package contains the common logic that is shared by all the backend databases including Oracle Database, Oracle NoSQL Database, and Apache HBase.
|
oracle.pg.hbase |
This package contains the logic specific to the property graph support on Apache HBase.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OracleEdgeBase
This class implements the Blueprints Edge and Edge interface by using
one of the supported backend database.
|
interface |
OracleVertexBase
This class implements the Blueprints Vertex interface on top of a supported backed database
|
Modifier and Type | Method and Description |
---|---|
OracleElementBase |
OraclePropertyBase.element()
Get the element that this property is associated with
|
Modifier and Type | Method and Description |
---|---|
static void |
OracleDataLoaderUtils.loadKeyValue(OraclePropertyGraphBase opg,
OracleElementBase oe,
long lLine,
java.lang.String line,
long[] lErrors,
int fieldIdx,
java.lang.String[] saFields,
java.lang.String emptyKey,
DataLoaderListener dll)
This method load key values
|
Constructor and Description |
---|
OraclePropertyBase(OracleElementBase e,
java.lang.String key,
V value)
Constructs a new OracleProperty object
|
Modifier and Type | Class and Description |
---|---|
class |
OracleEdge
This class implements the Blueprints Edge and Element interfaces
on top of the Apache HBase database.
|
class |
OracleElement
This class implements the Blueprints Element interface by using
an Apache HBase back-end.
|
class |
OracleVertex
This class implements the Blueprints Vertex and Element interface by using
an Apache HBase as back-end.
|
Copyright © 2015 - 2018 Oracle and/or its affiliates. All Rights Reserved.