Uses of Class
oracle.pgx.api.frames.PgxGraphFromFramesCreator
-
Packages that use PgxGraphFromFramesCreator 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. -
-
Uses of PgxGraphFromFramesCreator in oracle.pgx.api
Methods in oracle.pgx.api that return PgxGraphFromFramesCreator Modifier and Type Method Description PgxGraphFromFramesCreatorPgxSession. 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. -
Uses of PgxGraphFromFramesCreator in oracle.pgx.api.frames
Methods in oracle.pgx.api.frames that return PgxGraphFromFramesCreator Modifier and Type Method Description PgxGraphFromFramesCreatorAbstractPgxEntityProviderFromFramesCreator. partitioned(boolean isPartitioned)Set whether the graph should be partitioned or not.Constructors in oracle.pgx.api.frames with parameters of type PgxGraphFromFramesCreator Constructor Description AbstractPgxEntityProviderFromFramesCreator(SessionContext sessionContext, oracle.pgx.api.internal.Core core, PgxGraphFromFramesCreator graphFromFramesCreator)Create a new entity provider for either vertices or edgesPgxEdgeProviderFromFramesCreator(SessionContext sessionContext, oracle.pgx.api.internal.Core core, oracle.pgx.api.frames.internal.EdgeFrameDeclaration edgeFrameDeclaration, PgxGraphFromFramesCreator graphFromFramesCreator)Create a new edge provider creatorPgxEdgeTableFromFramesCreator(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 creatorPgxVertexTableFromFramesCreator(SessionContext sessionContext, oracle.pgx.api.internal.Core core, oracle.pgx.api.frames.internal.VertexFrameDeclaration vertexFrameDeclaration, PgxGraphFromFramesCreator graphFromFramesCreator)Deprecated.
-