|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.replication.plugin.UpdateToReplay
public class UpdateToReplay
This is a bag class to hold an update to replay in the queue of updates to be replayed by the replay threads. It associates an update message to replay with the matching ReplicationDomain.
Constructor Summary | |
---|---|
UpdateToReplay(UpdateMessage updateMessage,
ReplicationDomain replicationDomain)
Construct the object associating the update message with the replication domain that must be used to replay it (the on it comes from). |
Method Summary | |
---|---|
ReplicationDomain |
getReplicationDomain()
Getter for replication domain. |
UpdateMessage |
getUpdateMessage()
Getter for update message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UpdateToReplay(UpdateMessage updateMessage, ReplicationDomain replicationDomain)
updateMessage
- The update messagereplicationDomain
- The replication domain to use for replaying the
change from the update messageMethod Detail |
---|
public UpdateMessage getUpdateMessage()
public ReplicationDomain getReplicationDomain()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |