Uses of Class
oracle.pgx.config.SnapshotsSource
-
Packages that use SnapshotsSource Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of SnapshotsSource in oracle.pgx.config
Methods in oracle.pgx.config that return SnapshotsSource Modifier and Type Method Description SnapshotsSourceGraphLoadingConfig. getSnapshotsSource()source of graph snapshots: ifREFRESH, 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; ifCHANGE_SET, new snapshots can be added only via changesets by any session.static SnapshotsSourceSnapshotsSource. 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.Methods in oracle.pgx.config with parameters of type SnapshotsSource Modifier and Type Method Description TAbstractGraphConfigBuilder. setSnapshotsSource(SnapshotsSource source)Sets the snapshots source field.
-