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.rdbms |
This package contains the logic specific to the property graph support on Oracle Database.
|
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
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DataChange
This class captures an action of change made to a particular data item (vertex or edge).
|
class |
EdgeChange
This class captures an action of change made to a particular Edge instance.
|
class |
EdgeChangeIteratorImpl
This iterator returns an ordered list of changes made to the edge table of a property graph.
|
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 interface by using an Oracle backend.
|
class |
OracleEdgeFilterIteratorImpl
This class implements the Iterator interface for filtered edges.
|
class |
OracleEdgeIteratorImpl
This class implements the Iterator interface for vertices.
|
class |
OracleElement
This class implements the Blueprints Element interface by using an Oracle backend.
|
class |
OracleElementIteratorImpl
This class implements the Iterator interface for elements (vertices and edges).
|
class |
OraclePgqlResultIteratorImpl
This class implements an Iterator for a PGQL query result.
|
class |
OraclePropertyGraph
This class implements the Blueprints Graph interface by using an Oracle backend.
|
class |
OraclePropertyGraphUtils
This class contains utility functions to help manage property graphs stored in an Oracle Database.
|
class |
OracleVertex
This class implements the Blueprints Vertex and Element interface by using an Oracle backend.
|
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.
|
class |
OrderedEdgeIdIteratorImpl
This class implements the Iterator interface for edges ordered by ID
|
class |
OrderedVertexIdIteratorImpl
This class implements the Iterator interface for vertices ordered by ID
|
class |
RDBMSIndexManager
A single point for accessing all vertex and edge indices of a specific
OraclePropertyGraph object. |
class |
VertexChange
This class captures an action of change made to a particular Vertex instance.
|
class |
VertexChangeIteratorImpl
This iterator returns an ordered list of changes made to the vertex table of a property graph.
|
Modifier and Type | Class and Description |
---|---|
class |
SolrVertexIndex
This class extends the functions defined in SolrIndex.
|
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.