org.opends.server.replication.server
Class ReplServerAckMessageList
java.lang.Object
org.opends.server.replication.server.AckMessageList
org.opends.server.replication.server.ReplServerAckMessageList
public class ReplServerAckMessageList
- extends AckMessageList
This class is used to store acks for update messages coming from
other replication servers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReplServerAckMessageList
public ReplServerAckMessageList(ChangeNumber changeNumber,
int numExpectedAcks,
short replicationServerId,
ReplicationServerDomain replicationServerDomain)
- Creates a new AckMessageList for a given ChangeNumber.
- Parameters:
changeNumber
- The ChangeNumber for which the ack list is created.numExpectedAcks
- The number of acks waited before acking the
original change.replicationServerId
- The Identifier of the replication server
from which the change was received.replicationServerDomain
- The ReplicationServerDomain from which he
change was received.
getReplicationServerId
public short getReplicationServerId()
- Get the Identifier of the replication server from which we received the
change.
- Returns:
- Returns the Identifier of the replication server from which we
received the change.
getChangelogCache
public ReplicationServerDomain getChangelogCache()
- Get the replicationServerDomain of the replication server from which we
received the change.
- Returns:
- Returns the replicationServerDomain of the replication server from
which we received the change .