public class PgxVertexProviderFromFramesCreator extends AbstractPgxEntityProviderFromFramesCreator
PgxGraph.| Constructor and 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
|
| Modifier and Type | Method and Description |
|---|---|
PgxVertexProviderFromFramesCreator |
vertexKeyColumn(java.lang.String columnName)
Set the column name containing the vertex keys
|
create, createAsync, edgeProvider, partitioned, vertexProviderpublic PgxVertexProviderFromFramesCreator(SessionContext sessionContext, oracle.pgx.api.internal.Core core, oracle.pgx.api.frames.internal.VertexFrameDeclaration vertexFrameDeclaration, PgxGraphFromFramesCreator graphFromFramesCreator)
sessionContext - the session context to usecore - the core to usevertexFrameDeclaration - the VertexFrameDeclaration of the providergraphFromFramesCreator - the PgxGraphFromFramesCreator to usepublic PgxVertexProviderFromFramesCreator vertexKeyColumn(java.lang.String columnName)
columnName - column to use