Package | Description |
---|---|
oracle.pg.hbase |
This package contains the logic specific to the property graph support on Apache HBase.
|
oracle.pg.hbase.index.lucene |
This package contains the logic specific to the text indexing and text search using Apache Lucene for property graph support on Apache HBase.
|
oracle.pg.hbase.index.solr |
This package contains the logic specific to the text indexing and text search using SolrCloud for property graph support on Apache HBase.
|
Class and Description |
---|
HBaseIndexManager
A single point for accessing all vertex and edge indices of a specific
OraclePropertyGraph object. |
OracleAdjacentEdgeIteratorImpl
This class implements the Iterator interface for adjacent edges
|
OracleAdjacentElementsFilter
This class extends HBase CompareFilter to filter cells based on a specified qualifier and having a qualifier length greater than 0.
|
OracleAdjacentVertexIteratorImpl
This class implements the Iterator interface for adjacent vertices.
|
OracleCommonIteratorImpl
This class implements a common Iterator interface for iterating through elements as well as changes.
|
OracleDataLoaderConfig |
OracleEdge
This class implements the Blueprints Edge and Element interfaces on top of the Apache HBase database.
|
OracleEdgeFilterIteratorImpl
This class implements the Iterator interface for filtered edges.
|
OracleEdgeIteratorImpl
This class implements the Iterator interface for edges.
|
OracleElement
This class implements the Blueprints Element interface by using an Apache HBase back-end.
|
OracleElementIteratorImpl
This class implements the Iterator interface for elements (vertices and edges).
|
OracleKeyFilter
This class extends the HBase CompareFilter to filter rows based on a specified key qualifier comparator and having a qualifier length greater than 0.
|
OraclePropertyGraph
This class implements the Blueprints Graph interface on top an Apache HBase backend database.
|
OraclePropertyGraphDataLoader
This class implements logic to execute parallel data loading of a property graph (in Oracle-defined flat files format) into Apache HBase
|
OraclePropertyGraphException
This class extends the Java RuntimeException.
|
OraclePropertyGraphFeatures
Oracle's extension of Features class
|
OracleSndIndexEdgeIteratorImpl
This class implements the Iterator interface for edges retrieved using the secondary index table
|
OracleSndIndexVertexIteratorImpl
This class implements the Iterator interface for vertices retrieved using the secondary index table
|
OracleValueFilter
This class contains a value filter to restrict the cells retrieved based on a specific value comparator.
|
OracleVertex
This class implements the Blueprints Vertex and Element interface by using an Apache HBase as back-end.
|
OracleVertexFilterIteratorImpl
This class implements the Iterator interface for filtering vertices based on a specified VertexFilterCallback.
|
OracleVertexIteratorImpl
This class implements the Iterator interface for vertices.
|
SparkUtils
This class implements SparkUtilsBase and it provides a set of convenient helper methods to facilitate running Apache Spark tasks against property graph data stored in Apache HBase.
|
Class and Description |
---|
OraclePropertyGraph
This class implements the Blueprints Graph interface on top an Apache HBase backend database.
|
Class and Description |
---|
OraclePropertyGraph
This class implements the Blueprints Graph interface on top an Apache HBase backend database.
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.