Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
static TwoTablesSparkGraphConfigBuilder |
GraphConfigBuilder.forTwoTablesSpark()
returns a PGX graph config builder to create two-tables graph programmatically via Java methods.
|
TwoTablesSparkGraphConfigBuilder |
TwoTablesSparkGraphConfigBuilder.setDatastore(TwoTablesDatastore datastore)
Sets the datastore.
|
TwoTablesSparkGraphConfigBuilder |
TwoTablesSparkGraphConfigBuilder.setNumSparkEdgeWorkers(int workers)
Sets the number of spark workers for edge table
|
TwoTablesSparkGraphConfigBuilder |
TwoTablesSparkGraphConfigBuilder.setNumSparkNodeWorkers(int workers)
Sets the number of spark workers for nodes table
|
TwoTablesSparkGraphConfigBuilder |
TwoTablesSparkGraphConfigBuilder.setSkipEdges(boolean skip)
Sets the skip nodes flag
|
TwoTablesSparkGraphConfigBuilder |
TwoTablesSparkGraphConfigBuilder.setSkipNodes(boolean skip)
Sets the skip nodes flag
|
TwoTablesSparkGraphConfigBuilder |
TwoTablesSparkGraphConfigBuilder.setVertexIdType(IdType vertexIdType)
Sets the type of vertex IDs
|
Copyright © 2017 Oracle Corp. All Rights Reserved.