- All Implemented Interfaces:
- Synchronizer
public final class ReplicationTokenSynchronizer
extends java.lang.Object
implements Synchronizer
Checks the replication token from the database. As creation of objects in
epages6 is done within transactions, and we can get notified before the
transaction gets committed. In order to wait until the changes have been
committed and visible to the readers, we wait for the appearance of the
replicationtokenid within the searchreplicationtoken table, which gets
incremented as part of the transaction.