Package | Description |
---|---|
oracle.pg.hbase |
This package contains the APIs specific to the property graph support on Apache HBase.
|
oracle.pg.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
Modifier and Type | Class and Description |
---|---|
class |
OraclePropertyGraphException
This class extends the Java RuntimeException.
|
Modifier and Type | Method and Description |
---|---|
static void |
OraclePropertyGraphUtils.readBinaryInMemGraphSnapshot(java.lang.String szGraphName, java.lang.String tableOwner, java.sql.Connection conn, java.io.OutputStream[] os, long lSnapshotID, int dop)
Reads an In-Memory Graph Snapshot (binary file) from the snapshot SS$ table and writes it into the given outputstream.
|
static void |
OraclePropertyGraphUtils.storeBinaryInMemGraphSnapshot(java.lang.String szGraphName, java.lang.String tableOwner, java.sql.Connection conn, java.io.InputStream is, long lSnapshotID, int dop)
Stores an In-Memory Graph Snapshot (binary file) into the snapshot SS$ table.
|
static void |
OraclePropertyGraphUtils.storeBinaryInMemGraphSnapshot(java.lang.String szGraphName, java.lang.String tableOwner, java.sql.Connection conn, java.io.InputStream is, long lSnapshotID, long lTimestamp, int dop)
Stores an In-Memory Graph Snapshot (binary file) into the snapshot SS$ table.
|