public class FlashbackSynchronizer extends java.lang.Object implements Synchronizer
Synchronizer.Builder<T extends Synchronizer>| Modifier and Type | Method and Description |
|---|---|
PgxGraph |
apply()
Applies the changes to the underlying PGX graph.
|
void |
fetch()
Fetches the changes from the external data source.
|
GraphDelta |
getGraphDelta()
Get the description of the delta between current snapshot and the fetched changes.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsyncpublic PgxGraph apply()
SynchronizerSynchronizer.fetch() to be called first.apply in interface Synchronizerpublic void fetch()
throws java.sql.SQLException
SynchronizerSynchronizer.apply().fetch in interface Synchronizerjava.sql.SQLExceptionpublic GraphDelta getGraphDelta()
SynchronizergetGraphDelta in interface Synchronizer