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.common.messages |
This package contains the common logic to handle text messages (based on Locale) for Oracle Property Graph info, warning and error messages.
|
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 | Interface and Description |
---|---|
interface |
OracleMessageConstants
This interface declares the constants for Error messages
|
Modifier and Type | Class and Description |
---|---|
class |
OracleCommonIteratorBase
An Oracle implementation of Closeable to allow property graph iterators to be closed in order to free up resources
|
class |
OracleDataLoaderUtils
A set of utilities for parallel data loading from Oracle Flat-file format
|
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.
|
class |
OracleTinkerpop30EdgeIteratorImpl
This class implements the Iterator interface for retrieving edges using Tinkerpop Blueprints 2.3 Edge interface (com.tinkerpop.blueprints.Edge)
|
class |
OracleTinkerpop30VertexIteratorImpl
This class implements the Iterator interface for retrieving vertices using Tinkerpop Blueprints 2.3 Vertex interface (com.tinkerpop.blueprints.Vertex)
|
Modifier and Type | Class and Description |
---|---|
class |
Message
This class represents a LocalizedMessage which is bound to the oracle.pg.common.messages.Messages family of resources.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphLoader
Load data into Apache HBase database using multi-threading
|
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 © 2015 - 2018 Oracle and/or its affiliates. All Rights Reserved.