| 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.csvconverter | 
 This package contains the logic for converting CSV files into graph files in Oracle Flat-file format. 
 | 
| oracle.pg.rdbms | 
 This package contains the logic specific to the property graph support on Oracle Database. 
 | 
| oracle.pg.rdbms.index.oratext | 
 This package contains the logic specific to the text indexing and text search using Oracle Text for property graph support on Oracle Database. 
 | 
| oracle.pg.rdbms.pgql | 
 This package contains logic for translating PGQL queries to equivalent SQL queries. 
 | 
| oracle.pg.text | 
 This package contains the logic for handling text search and text indexing. 
 | 
| oracle.pg.text.lucene | 
 This package contains the logic for handling text search and text indexing using Apache Lucene. 
 | 
| oracle.pg.text.solr | 
 This package contains the logic for handling text search and text indexing using SolrCloud. 
 | 
| Class and Description | 
|---|
| ColumnToAttrMapping
 A class denoting the mappings between a CSV File or RDBMS Table column name and an attribute name. 
 | 
| DataConverterListener
 This interface defines a few core APIs to that can be used to report progress of a data conversion process. 
 | 
| DataLoaderListener
 This interface defines a few core APIs to that can be used to report progress of a data loading process. 
 | 
| EdgeFilterCallback
 This interface defines the API to filter edges. 
 | 
| EdgeOpCallback
 This interface defines a callback function that can be used together with a whole graph level operation like adding a new weight attribute or removing an existing weight attribute 
 | 
| LocalizedMessage
 This class represents a message which may be localized based on a Java Locale and may additionally be parameterized by substituting values for certain patterns in the source string. 
 | 
| MesgConsts
 This interface defines the message constants. 
 | 
| Message
 This class represents a LocalizedMessage which is bound to the oracle.pg.common.Messages family of resources. 
 | 
| OracleDataLoaderConfigBase
 This class specifies the configuration settings used for Parallel data loading tasks including degree of parallelism, ID offsets, partitions, among others. 
 | 
| OracleDBTaskRunnable
 Deprecated. 
 
An interface that wraps the information about the active Statement associated to a OracleDBTaskThread 
 | 
| OracleEdgeBase
 This class implements the Blueprints Edge and Edge interface by using one of the supported backend database. 
 | 
| OracleElementBase
 This class implements the Blueprints Element interface on top of a supported backend database. 
 | 
| OracleFileSplitterConfig
 A class specifying all the configuration settings when splitting an input stream into multiple chunks. 
 | 
| OracleKeyManager
 This class handles the keys used in K/V pairs 
 | 
| OraclePropertyGraphBase
 This class implements the Blueprints Graph interface on top of a supported backend database. 
 | 
| OraclePropertyGraphBase.OptimizationFlag
 This enum defines a set of optimization flags that can be used to influence the construction of Vertex or Edge objects during scans. 
 | 
| OraclePropertyGraphException
 This class extends the Java RuntimeException. 
 | 
| OraclePropertyGraphFeaturesBase
 Oracle's extension of Features class 
 | 
| OracleVertexBase
 This class implements the Blueprints Vertex interface on top of a supported backed database 
 | 
| ParametersBase
 An Oracle Utility to get additional property graph configuration settings taken from JVM settings. 
 | 
| ProgressListener
 This interface defines a few core APIs to that can be used to report progress of a long running process (data importing or exporting for example). 
 | 
| SimpleJsonDataWrapper
 This class defines a String based simple wrapper for Json data 
 | 
| SimpleLog
 A Simple wrapper of Apache Commons Logging API. 
 | 
| SimpleLogBasedDataLoaderListenerImpl
 This class provides a simple Log based implementation of DataLoaderListener interface. 
 | 
| SimpleLogBasedProgressListenerImpl
 This class provides a simple Log based implementation of ProgressListener interface. 
 | 
| SimpleRdfDataWrapper
 This class defines a String based simple wrapper for Rdf data 
 | 
| SimpleSpatialDataWrapper
 This class defines a String based simple wrapper for Spatial data 
 | 
| VertexFilterCallback
 This interface defines the API to filter vertices. 
 | 
| VertexOpCallback
 This interface defines a callback function that can be used together with a whole graph level operation like adding a new weight attribute or removing an existing weight attribute 
 | 
| Class and Description | 
|---|
| ColumnToAttrMapping
 A class denoting the mappings between a CSV File or RDBMS Table column name and an attribute name. 
 | 
| DataConverterListener
 This interface defines a few core APIs to that can be used to report progress of a data conversion process. 
 | 
| Class and Description | 
|---|
| DataLoaderListener
 This interface defines a few core APIs to that can be used to report progress of a data loading process. 
 | 
| EdgeFilterCallback
 This interface defines the API to filter edges. 
 | 
| EdgeOpCallback
 This interface defines a callback function that can be used together with a whole graph level operation like adding a new weight attribute or removing an existing weight attribute 
 | 
| MesgConsts
 This interface defines the message constants. 
 | 
| OracleCommonIteratorBase
 An Oracle implementation of Closeable to allow property graph iterators to be closed in order to free up resources 
 | 
| OracleDataLoaderConfigBase
 This class specifies the configuration settings used for Parallel data loading tasks including degree of parallelism, ID offsets, partitions, among others. 
 | 
| OracleEdgeBase
 This class implements the Blueprints Edge and Edge interface by using one of the supported backend database. 
 | 
| OracleElementBase
 This class implements the Blueprints Element interface on top of a supported backend database. 
 | 
| OracleFileSplitterConfig
 A class specifying all the configuration settings when splitting an input stream into multiple chunks. 
 | 
| OraclePropertyGraphBase
 This class implements the Blueprints Graph interface on top of a supported backend database. 
 | 
| OraclePropertyGraphBase.OptimizationFlag
 This enum defines a set of optimization flags that can be used to influence the construction of Vertex or Edge objects during scans. 
 | 
| OraclePropertyGraphException
 This class extends the Java RuntimeException. 
 | 
| OraclePropertyGraphFeaturesBase
 Oracle's extension of Features class 
 | 
| OraclePropertyGraphUtilsBase
 This class contains utility functions to help manage property graphs. 
 | 
| OracleVertexBase
 This class implements the Blueprints Vertex interface on top of a supported backed database 
 | 
| ParametersBase
 An Oracle Utility to get additional property graph configuration settings taken from JVM settings. 
 | 
| ProgressListener
 This interface defines a few core APIs to that can be used to report progress of a long running process (data importing or exporting for example). 
 | 
| VertexFilterCallback
 This interface defines the API to filter vertices. 
 | 
| VertexOpCallback
 This interface defines a callback function that can be used together with a whole graph level operation like adding a new weight attribute or removing an existing weight attribute 
 | 
| Class and Description | 
|---|
| OraclePropertyGraphBase
 This class implements the Blueprints Graph interface on top of a supported backend database. 
 | 
| Class and Description | 
|---|
| OraclePropertyGraphException
 This class extends the Java RuntimeException. 
 | 
| Class and Description | 
|---|
| OraclePropertyGraphBase
 This class implements the Blueprints Graph interface on top of a supported backend database. 
 | 
| Class and Description | 
|---|
| OraclePropertyGraphBase
 This class implements the Blueprints Graph interface on top of a supported backend database. 
 | 
| Class and Description | 
|---|
| MesgConsts
 This interface defines the message constants. 
 | 
| OraclePropertyGraphBase
 This class implements the Blueprints Graph interface on top of a supported backend database. 
 | 
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.