Package oracle.pgx.api.frames
Class PgxVertexProviderFromFramesCreator
- java.lang.Object
-
- oracle.pgx.api.frames.AbstractPgxEntityProviderFromFramesCreator
-
- oracle.pgx.api.frames.PgxVertexProviderFromFramesCreator
-
public class PgxVertexProviderFromFramesCreator extends AbstractPgxEntityProviderFromFramesCreator
A vertex provider creator for creating aPgxGraph.- Since:
- 21.3
-
-
Constructor Summary
Constructors Constructor Description PgxVertexProviderFromFramesCreator(SessionContext sessionContext, oracle.pgx.api.internal.Core core, oracle.pgx.api.frames.internal.VertexFrameDeclaration vertexFrameDeclaration, PgxGraphFromFramesCreator graphFromFramesCreator)Create a new vertex provider creator
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PgxVertexProviderFromFramesCreatorlabel(java.lang.String label)Set the label for the vertex providerPgxVertexProviderFromFramesCreatorvertexKeyColumn(java.lang.String columnName)Set the column name containing the vertex keys-
Methods inherited from class oracle.pgx.api.frames.AbstractPgxEntityProviderFromFramesCreator
create, createAsync, edgeProvider, partitioned, vertexProvider
-
-
-
-
Constructor Detail
-
PgxVertexProviderFromFramesCreator
public PgxVertexProviderFromFramesCreator(SessionContext sessionContext, oracle.pgx.api.internal.Core core, oracle.pgx.api.frames.internal.VertexFrameDeclaration vertexFrameDeclaration, PgxGraphFromFramesCreator graphFromFramesCreator)
Create a new vertex provider creator- Parameters:
sessionContext- the session context to usecore- the core to usevertexFrameDeclaration- the VertexFrameDeclaration of the providergraphFromFramesCreator- the PgxGraphFromFramesCreator to use- Since:
- 21.3
-
-
Method Detail
-
vertexKeyColumn
public PgxVertexProviderFromFramesCreator vertexKeyColumn(java.lang.String columnName)
Set the column name containing the vertex keys- Parameters:
columnName- column to use- Returns:
- this object
-
label
public PgxVertexProviderFromFramesCreator label(java.lang.String label)
Set the label for the vertex provider- Parameters:
label- label to use- Returns:
- this object
- Since:
- 24.1
-
-