Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
SnapshotsSource |
GraphLoadingConfig.getSnapshotsSource()
source of graph snapshots: if
REFRESH , new snapshots can be created only by reading the graph again via this config (e.g., with `readGraphWithProperties`), or equivalently via auto-refresh if enabled; if CHANGE_SET , new snapshots can be added only via changesets by any session. |
static SnapshotsSource |
SnapshotsSource.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotsSource[] |
SnapshotsSource.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
AbstractGraphConfigBuilder.setSnapshotsSource(SnapshotsSource source)
Sets the snapshots source field.
|
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.