Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.api.frames |
This package contains classes and utilities to build and manipulate PGX Frames.
|
Modifier and Type | Method and Description |
---|---|
PgxGraphFromFramesCreator |
PgxSession.createGraphFromFrames(java.lang.String graphName)
Creates a graph from frames creator with which it is possible to specify the different vertex and edge tables of a graph from frames.
|
Modifier and Type | Method and Description |
---|---|
PgxGraphFromFramesCreator |
AbstractPgxEntityProviderFromFramesCreator.partitioned(boolean isPartitioned)
Set whether the graph should be partitioned or not.
|
Constructor and Description |
---|
AbstractPgxEntityProviderFromFramesCreator(SessionContext sessionContext, oracle.pgx.api.internal.Core core, PgxGraphFromFramesCreator graphFromFramesCreator)
Create a new entity provider for either vertices or edges
|
PgxEdgeProviderFromFramesCreator(SessionContext sessionContext, oracle.pgx.api.internal.Core core, oracle.pgx.api.frames.internal.EdgeFrameDeclaration edgeFrameDeclaration, PgxGraphFromFramesCreator graphFromFramesCreator)
Create a new edge provider creator
|
PgxEdgeTableFromFramesCreator(SessionContext sessionContext, oracle.pgx.api.internal.Core core, oracle.pgx.api.frames.internal.EdgeFrameDeclaration edgeFrameDeclaration, PgxGraphFromFramesCreator graphFromFramesCreator)
Deprecated.
|
PgxVertexProviderFromFramesCreator(SessionContext sessionContext, oracle.pgx.api.internal.Core core, oracle.pgx.api.frames.internal.VertexFrameDeclaration vertexFrameDeclaration, PgxGraphFromFramesCreator graphFromFramesCreator)
Create a new vertex provider creator
|
PgxVertexTableFromFramesCreator(SessionContext sessionContext, oracle.pgx.api.internal.Core core, oracle.pgx.api.frames.internal.VertexFrameDeclaration vertexFrameDeclaration, PgxGraphFromFramesCreator graphFromFramesCreator)
Deprecated.
|