public class DSRSShutdownSync extends Object
More specifically, it ensures a ReplicaOfflineMsg sent by the DS is relayed/forwarded by the collocated RS to the other RSs in the topology before the whole process shuts down.
| Constructor and Description |
|---|
DSRSShutdownSync() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canShutdown(DN baseDN)
Whether a ReplicationServer ServerReader or ServerWriter can proceed with
shutdown.
|
void |
replicaOfflineMsgForwarded(DN baseDN)
Message has been forwarded.
|
void |
replicaOfflineMsgSent(DN baseDN)
Message has been sent.
|
public DSRSShutdownSync()
public void replicaOfflineMsgSent(DN baseDN)
baseDN - the domain for which the message has been sentpublic void replicaOfflineMsgForwarded(DN baseDN)
baseDN - the domain for which the message has been sentpublic boolean canShutdown(DN baseDN)
baseDN - the baseDN of the ServerReader or ServerWriter .Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.