| Package | Description |
|---|---|
| oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
| Modifier and Type | Method and Description |
|---|---|
GraphSharingOption |
PgxConfig.getGraphSharingOption()
control if a graph can be published and shared with other users
|
static GraphSharingOption |
GraphSharingOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphSharingOption[] |
GraphSharingOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PgxConfigBuilder |
PgxConfigBuilder.setGraphSharingOption(GraphSharingOption graphSharingOption)
control if a graph can be published and shared with other users
|