Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Field and Description |
---|---|
static ReadGraphOption.OnMissingVertexOption |
ReadGraphOption.ON_MISSING_VERTEX_ERROR |
static ReadGraphOption.OnMissingVertexOption |
ReadGraphOption.ON_MISSING_VERTEX_IGNORE_EDGE |
static ReadGraphOption.OnMissingVertexOption |
ReadGraphOption.ON_MISSING_VERTEX_IGNORE_EDGE_LOG |
static ReadGraphOption.OnMissingVertexOption |
ReadGraphOption.ON_MISSING_VERTEX_IGNORE_EDGE_LOG_ONCE |
Modifier and Type | Method and Description |
---|---|
static ReadGraphOption.OnMissingVertexOption |
ReadGraphOption.onMissingVertex(OnMissingVertex onMissingVertex)
Creates an option, which specifies the behavior when the source or destination vertex of an edge is missing
|