See: Description
Class | Description |
---|---|
BackendConfigOracleNosqlDb |
A class for provide the Backend confing parameters
for serialization syntax checking in Oracle Nosql DB
|
Console |
This class handles Groovy script for the Data Access Layer (DAL) on Oracle NoSQL Database.
|
GraphLoader |
Load data into Oracle NoSQL database using multi-threading
|
NoSQLCommon |
This class contains common utility functions that are specific to Oracle NoSQL Database
|
NoSQLIndexManager |
A single point for accessing all vertex and edge indices of a specific
OraclePropertyGraph object. |
OracleCommonIteratorImpl |
This class implements a common Iterator interface for iterating
through elements as well as changes.
|
OracleDataLoaderConfig |
This class specifies the configuration parameters to use when loading a graph in Oracle Flat-file format
using parallel data loader.
|
OracleEdge |
This class implements the Blueprints Edge interface on top of a supported backend database.
|
OracleEdgeFilterIterableImpl |
This class implements the Iterable interface for filtered edges.
|
OracleEdgeFilterIteratorImpl |
This class implements the Iterator interface for edges.
|
OracleEdgeIterableImpl |
This class implements the Iterable interface for vertices.
|
OracleEdgeIteratorImpl |
This class implements the Iterator interface for vertices.
|
OracleElement |
This class implements the Blueprints Element interface on top of a supported backend database.
|
OracleElementIteratorImpl |
This class implements the Iterator interface for elements (vertices and edges).
|
OracleProperty<V> |
This class implements the Property Tinkerpop3 interface for handling edge
properties.
|
OraclePropertyGraph |
This class implements the Blueprints Graph interface on top of a supported backend database.
|
OraclePropertyGraphConfiguration |
This class implements the Rexster GraphConfiguration interface.
|
OraclePropertyGraphDataLoader |
This class implements logic to execute parallel data loading of a property graph (in Oracle-defined flat files format)
into Oracle NoSQL Database
|
OraclePropertyGraphFeatures |
Oracle's extension of Features class
|
OraclePropertyGraphUtils |
This class contains utility functions to help manage property graphs
stored in an Oracle NoSQL Database.
|
OracleVertex |
This class implements the Blueprints Vertex interface on top of the supported backend database.
|
OracleVertexFilterIterableImpl |
This class implements the Iterable interface for filtered vertices.
|
OracleVertexFilterIteratorImpl |
This class implements the Iterator interface for vertices.
|
OracleVertexIterableImpl |
This class implements the Iterable interface for vertices.
|
OracleVertexIteratorImpl |
This class implements the Iterator interface for vertices.
|
OracleVertexProperty<V> |
This class implements the VertexProperty Tinkerpop3 interface for vertex properties.
|
Parameters |
This class defines various parameters.
|
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.
|
Exception | Description |
---|---|
OraclePropertyGraphException |
This class extends the Java RuntimeException.
|
PropertyNamesTimeoutException |
This class extends the Java RuntimeException.
|
Copyright © 2015, 2019, Oracle and/or its afflilates. All Rights Reserved.