| Package | Description |
|---|---|
| oracle.pgx.api |
This package contains the main Java APIs.
|
| oracle.pgx.api.admin |
This package contains the administrative interfaces of PGX.
|
| oracle.pgx.api.graphbuilder |
This package contains the APIs to build a new in-memory graph from scratch as well as the APIs to change an existing in-memory graph.
|
| oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
| Class and Description |
|---|
| Format
Graph Data Format.
|
| GraphConfig
abstract super-class for all graph configs
|
| OnAddExistingElement
strategies to handle adding vertices/edges that already exist
|
| PatternMatchingSemantic
an enum for the PGQL pattern matching semantic
|
| Class and Description |
|---|
| GraphConfig
abstract super-class for all graph configs
|
| Class and Description |
|---|
| OnAddExistingElement
strategies to handle adding vertices/edges that already exist
|
| Class and Description |
|---|
| AbstractConfig
base class for all configuration classes
|
| AbstractConfigParser
base class for configuration parsers.
|
| AbstractFileGraphConfig
Abstract super-class for all file-base graph configs
|
| AbstractFileGraphConfigBuilder
A graph configuration builder for file-based graph configurations.
|
| AbstractGraphConfigBuilder
base class for graph configuration builder classes
|
| AbstractGraphConfigFactory
Base factory class for creating graph configuration objects.
|
| AbstractMultipleFileGraphConfig
base class for multiple file-based graph configuration classes
|
| AbstractMultipleFileGraphConfigBuilder
A graph configuration builder for file-based graph configurations.
|
| AbstractPgGraphConfig
Base class for Property Graph (PG) graph configuration objects
|
| AbstractPgGraphConfigBuilder
Base class for Property Graph (PG) graph configuration builders.
|
| AbstractPgGraphConfigFactory
Base factory class for creating Property Graph (PG) graph configuration objects.
|
| AbstractSparkGraphConfig
Base class for Spark graph configuration objects
|
| AnyFormatGraphConfigFactory
A factory for creating graph configuration objects of any format.
|
| ArrayFactoryStrategy |
| ConfigField
A field in a config.
|
| DbEngine
The database engine
|
| Format
Graph Data Format.
|
| FrontierTypeStrategy |
| GraphConfig
abstract super-class for all graph configs
|
| GraphConfigFactory |
| MultipleFileGraphConfigBuilder
A graph configuration builder for multiple file-based graph configurations.
|
| MultipleFileGraphConfigFactory
A factory class for creating multiple file graph configuration objects.
|
| MultipleTablesConfigBuilder |
| OnAddExistingElement
strategies to handle adding vertices/edges that already exist
|
| OnMismatch
The Enum OnMismatch.
|
| OnMissingVertex
strategies to handle missing vertices during the edge loading phase
|
| ParallelizationStrategy |
| ParseResult
A configuration parse result.
|
| PatternMatchingSemantic
an enum for the PGQL pattern matching semantic
|
| PgHbaseGraphConfigBuilder
A builder for Property Graph (PG) on HBase graph configuration objects.
|
| PgHbaseGraphConfigFactory
A factory for creating PgHbaseGraphConfig objects.
|
| PgNosqlGraphConfigBuilder
A builder for Property Graph (PG) Oracle NoSQL graph configuration objects.
|
| PgNosqlGraphConfigFactory
A factory for creating PgNosqlGraphConfig objects.
|
| PgRdbmsGraphConfigBuilder |
| PgRdbmsGraphConfigFactory |
| PgxPoolStrategy |
| RandomGeneratorStrategy |
| RdfAction |
| RdfGraphConfigBuilder |
| RdfGraphConfigFactory |
| SingleFileGraphConfigBuilder
A graph configuration builder for single file-based graph configurations.
|
| SingleFileGraphConfigFactory
A factory class for creating single file graph configuration objects.
|
| TwoTablesDatastore
The two tables format datastore
|
| TwoTablesGraphConfig
Base interface for Two Tables (TWO_TABLES) graph configuration objects
|
| TwoTablesRdbmsGraphConfigBuilder
A graph configuration builder for rdbms-based graph configurations.
|
| TwoTablesRdbmsGraphConfigFactory
A factory for creating TwoTablesRdbmsGraphConfig objects.
|
| TwoTablesSparkDataFormat
The two tables spark date format
|
| TwoTablesSparkGraphConfigBuilder
A graph configuration builder for spark-based graph configurations.
|
| TwoTablesSparkGraphConfigFactory
A factory for creating TwoTablesSparkGraphConfig objects.
|
| TwoTablesTextGraphConfigBuilder
A graph configuration builder for text file-based two tables graph configurations.
|
Copyright © 2016 Oracle Corp. All Rights Reserved.