Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
static TwoTablesSparkGraphConfigBuilder |
GraphConfigBuilder.forTwoTablesSpark() |
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.setVertexIdType(IdType vertexIdType)
Sets the type of vertex IDs
|
Copyright © 2016 Oracle Corp. All Rights Reserved.