See: Description
| Interface | Description |
|---|---|
| OracleChangeTracker |
An interface to track the changes executed over a Property Graph
|
| OraclePropertyGraphAnalytics |
This interface defines analytical functions that are supported by OraclePropertyGraph
|
| OraclePropertyGraphConfigurationConstants | |
| OracleStats |
This interface defines statistics related APIs that are supported by OraclePropertyGraph
|
| Class | Description |
|---|---|
| AdbGraphClient |
ADB Graph Client.
|
| AdbGraphClientConfiguration |
ADB Graph Client configuration
|
| AdbGraphClientConfiguration.AdbGraphClientConfigurationBuilder | |
| BackendConfigOracleRdbms | |
| DataChange | |
| EdgeChange |
This class captures an action of change made to a particular Edge instance.
|
| EdgeChangeIteratorImpl |
This iterator returns an ordered list of changes made to the edge table of a property graph.
|
| GraphServer |
Allows to connect to a graph server
|
| Job |
A subclass of
CompletableFuture representing an asynchronous operation of the ADB Graph client. |
| Job.LogEntry |
A log entry of a job.
|
| Oracle |
This class manages the RDBMS JDBC connection to an Oracle semantic store.
|
| OracleCommonIteratorImpl |
This class implements a common Iterator interface for iterating through elements as well as changes.
|
| OracleEdge |
This class implements the Blueprints Edge and Element interface by using an Oracle backend.
|
| OracleEdgeFilterIteratorImpl |
This class implements the Iterator interface for filtered edges.
|
| OracleEdgeIteratorImpl |
This class implements the Iterator interface for vertices.
|
| OracleElementIteratorImpl |
This class implements the Iterator interface for elements (vertices and edges).
|
| OraclePropertyGraph |
This class implements the Blueprints Graph interface by using an Oracle backend.
|
| OraclePropertyGraphUtils |
This class contains utility functions to help manage property graphs stored in an Oracle Database.
|
| OracleVertex |
This class implements the Blueprints Vertex and Element interface by using an Oracle backend.
|
| OracleVertexFilterIteratorImpl |
This class implements the Iterator interface for filtering vertices based on a specified VertexFilterCallback.
|
| OracleVertexIteratorImpl |
This class implements the Iterator interface for vertices.
|
| OrderedEdgeIdIteratorImpl |
This class implements the Iterator interface for edges ordered by ID
|
| OrderedVertexIdIteratorImpl |
This class implements the Iterator interface for vertices ordered by ID
|
| Parameters |
An Oracle Utility to get additional property graph configuration settings taken from JVM settings.
|
| PGUtils |
A helpful utility to create property graph views (vertex and edge views) from an RDF model stored in an Oracle Database
|
| PGUtils.RDFPredicate |
This class defines how to map RDF predicates to property graph attributes/keys
|
| RDBMSIndexManager |
A single point for accessing all vertex and edge indices of a specific
OraclePropertyGraph object. |
| SQLAnalyticsGraph | |
| VertexChange |
This class captures an action of change made to a particular Vertex instance.
|
| VertexChangeIteratorImpl |
This iterator returns an ordered list of changes made to the vertex table of a property graph.
|
| Enum | Description |
|---|---|
| DataChange.ChangeAction | |
| EnvironmentStatus |
The ADB Graph environment status.
|
| Job.Status |
The job status
|
| Job.Type |
The type of job
|
| SQLAnalyticsGraph.Sort |
This enumeration denotes the sorting order for function getTopK
|
| Exception | Description |
|---|---|
| ConnectionSetupException |
An exception class that is used to denote error condition during connection setup.
|
| OraclePropertyGraphAnalyticsException |
This class extends the generic OraclePropertyGraphException.
|
| OraclePropertyGraphException |
This class extends the Java RuntimeException.
|