| Constructor and Description |
|---|
ConsistencyTracker() |
| Modifier and Type | Method and Description |
|---|---|
void |
awaitVLSN(long vlsn,
ReplicaConsistencyPolicy consistencyPolicy)
Wait until the log record identified by VLSN has gone by.
|
long |
getMasterTxnEndVLSN() |
void |
lagAwait(TimeConsistencyPolicy consistencyPolicy) |
void |
shutdown()
Shutdown the consistency tracker.
|
public long getMasterTxnEndVLSN()
public void lagAwait(TimeConsistencyPolicy consistencyPolicy) throws InterruptedException, ReplicaConsistencyException, DatabaseException
public void awaitVLSN(long vlsn,
ReplicaConsistencyPolicy consistencyPolicy)
throws InterruptedException,
ReplicaConsistencyException,
DatabaseException
public void shutdown()
Copyright © 2024. All rights reserved.