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 |
---|---|
<T extends Synchronizer> |
PgxGraph.createSynchronizer(java.lang.Class<T> type, java.sql.Connection conn, OnInvalidChange invalidChangePolicy)
Creates a synchronizer object which can be used to keep this graph in sync with changes happening in its original data source.
|
GraphChangeSet<VID> |
GraphChangeSetImpl.setInvalidChangePolicy(OnInvalidChange invalidChangePolicy) |
Synchronizer.Builder<T> |
Synchronizer.Builder.setInvalidChangePolicy(OnInvalidChange invalidChangePolicy)
Sets the invalid change policy for the ChangeSet.
|
GraphChangeSet<VID> |
GraphChangeSet.setInvalidChangePolicy(OnInvalidChange invalidChangePolicy)
Sets the policy on what to do when an invalid action is added
|
Modifier and Type | Method and Description |
---|---|
static OnInvalidChange |
OnInvalidChange.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OnInvalidChange[] |
OnInvalidChange.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|