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.
|
oracle.pg.hbase |
This package contains the logic specific to the property graph support on Apache HBase.
|
oracle.pg.text.solr |
This package contains the logic for handling text search and text indexing using SolrCloud.
|
Modifier and Type | Class and Description |
---|---|
class |
Message
This class represents a LocalizedMessage which is bound to the oracle.pg.common.Messages family of resources.
|
class |
OracleCommonIteratorBase |
class |
OracleDataLoaderUtils |
class |
OraclePropertyGraphBase
This class implements the Blueprints Graph interface on top of a supported backend database.
|
class |
OraclePropertyGraphUtilsBase
This class contains utility functions to help manage property graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphLoader |
class |
HBaseCommon
This class contains common utility functions that are specific to Apache HBase.
|
class |
OracleAdjacentEdgeIteratorImpl
This class implements the Iterator interface for adjacent edges
|
class |
OracleAdjacentVertexIteratorImpl
This class implements the Iterator interface for adjacent vertices.
|
class |
OracleCommonIteratorImpl
This class implements a common Iterator interface for iterating through elements as well as changes.
|
class |
OracleEdge
This class implements the Blueprints Edge and Element interfaces on top of the Apache HBase database.
|
class |
OracleEdgeFilterIteratorImpl
This class implements the Iterator interface for filtered edges.
|
class |
OracleEdgeIteratorImpl
This class implements the Iterator interface for edges.
|
class |
OracleElement
This class implements the Blueprints Element interface by using an Apache HBase back-end.
|
class |
OracleElementIteratorImpl
This class implements the Iterator interface for elements (vertices and edges).
|
class |
OraclePropertyGraph
This class implements the Blueprints Graph interface on top an Apache HBase backend database.
|
class |
OraclePropertyGraphDataLoader
This class implements logic to execute parallel data loading of a property graph (in Oracle-defined flat files format) into Apache HBase
|
class |
OraclePropertyGraphUtils
This class contains utility functions to help manage property graphs stored in an Apache HBase Database
|
class |
OracleSndIndexEdgeIteratorImpl
This class implements the Iterator interface for edges retrieved using the secondary index table
|
class |
OracleSndIndexVertexIteratorImpl
This class implements the Iterator interface for vertices retrieved using the secondary index table
|
class |
OracleVertex
This class implements the Blueprints Vertex and Element interface by using an Apache HBase as back-end.
|
class |
OracleVertexFilterIteratorImpl
This class implements the Iterator interface for filtering vertices based on a specified VertexFilterCallback.
|
class |
OracleVertexIteratorImpl
This class implements the Iterator interface for vertices.
|
Modifier and Type | Class and Description |
---|---|
class |
SolrVertexIndex
This class extends the functions defined in SolrIndex.
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.