Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
<ID extends java.lang.Comparable<ID>> |
PgxGraph.createChangeSet(IdGenerationStrategy vertexIdGenerationStrategy, IdGenerationStrategy edgeIdGenerationStrategy)
Creates a change set for updating the graph.
|
GraphBuilder<java.lang.Integer> |
PgxSession.createGraphBuilder(IdGenerationStrategy vertexIdGenerationStrategy, IdGenerationStrategy edgeIdGenerationStrategy)
Creates a graph builder with integer vertex IDs and Ids Mode
|
<ID extends java.lang.Comparable<ID>> |
PgxSession.createGraphBuilder(IdType idType, IdGenerationStrategy vertexIdGenerationStrategy, IdGenerationStrategy edgeIdGenerationStrategy)
Creates a graph builder with the given vertex ID type and Ids Mode
|
Modifier and Type | Method and Description |
---|---|
IdGenerationStrategy |
GraphBuilderConfig.getEdgeIdGenerationStrategy()
if
AUTO_GENERATED edges IDs are auto generated. |
IdGenerationStrategy |
GraphBuilderConfig.getVertexIdGenerationStrategy()
if
AUTO_GENERATED vertices IDs are auto generated. |
static IdGenerationStrategy |
IdGenerationStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IdGenerationStrategy[] |
IdGenerationStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.