See: Description
| Class | Description |
|---|---|
| BackendConfigHBaseDb |
A class for provide the Backend confing parameters
for serialization syntax checking in HBase DB
|
| Console |
This class handles Groovy script for the Data Access Layer (DAL) on Apache HBase.
|
| GraphLoader |
Load data into Apache HBase database using multi-threading
|
| HBaseCommon |
This class contains common utility functions that are specific to Apache HBase.
|
| HBaseIndexManager |
A single point for accessing all vertex and edge indices of a specific
OraclePropertyGraph object. |
| OracleAdjacentEdgeIterableImpl |
This class implements the Iterable interface for adjacent edges
|
| OracleAdjacentEdgeIteratorImpl |
This class implements the Iterator interface for adjacent edges
|
| OracleAdjacentElementsFilter |
This class extends HBase CompareFilter to filter cells
based on a specified qualifier and having a qualifier length greater than 0.
|
| OracleAdjacentVertexIterableImpl |
This class implements the Iterable interface for adjacent vertices.
|
| OracleAdjacentVertexIteratorImpl |
This class implements the Iterator interface for adjacent vertices.
|
| 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 and Element interfaces
on top of the Apache HBase database.
|
| OracleEdgeFilterIterableImpl |
This class implements the Iterable interface for filtered edges.
|
| OracleEdgeFilterIteratorImpl |
This class implements the Iterator interface for filtered edges.
|
| OracleEdgeIterableImpl |
This class implements the Iterable interface for edge
|
| OracleEdgeIteratorImpl |
This class implements the Iterator interface for edges.
|
| OracleElement |
This class implements the Blueprints Element interface by using
an Apache HBase back-end.
|
| OracleElementIteratorImpl |
This class implements the Iterator interface for elements (vertices and edges).
|
| OracleKeyFilter |
This class extends the HBase CompareFilter to filter rows based on a
specified key qualifier comparator and having a qualifier length greater than 0.
|
| OracleProperty<V> |
This class implements the Property Tinkerpop3 interface for handling edge
properties.
|
| OraclePropertyGraph |
This class implements the Blueprints Graph interface on top
an Apache HBase 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 Apache HBase
|
| OraclePropertyGraphFeatures |
Oracle's extension of Features class
|
| OraclePropertyGraphTinker3Features |
Oracle's extension of Features class
|
| OraclePropertyGraphUtils |
This class contains utility functions to help manage property graphs
stored in an Apache HBase Database
|
| OracleSndIndexEdgeIterableImpl |
This class implements the Iterable interface for edges retrieved using
the secondary index table
|
| OracleSndIndexEdgeIteratorImpl |
This class implements the Iterator interface for edges retrieved using
the secondary index table
|
| OracleSndIndexVertexIterableImpl |
This class implements the Iterable interface for vertices retrieved using
the secondary index table
|
| OracleSndIndexVertexIteratorImpl |
This class implements the Iterator interface for vertices retrieved using
the secondary index table
|
| OracleValueFilter |
This class contains a value filter to restrict the cells retrieved based
on a specific value comparator.
|
| OracleVertex |
This class implements the Blueprints Vertex and Element interface by using
an Apache HBase as back-end.
|
| OracleVertexFilterIterableImpl |
This class implements the Iterable interface for filtered vertices.
|
| OracleVertexFilterIteratorImpl |
This class implements the Iterator interface for filtering vertices based on a specified VertexFilterCallback.
|
| 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.
|
| 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 - 2018 Oracle and/or its affiliates. All Rights Reserved.