Class ModifyContext
java.lang.Object
org.opends.server.replication.protocol.OperationContext
org.opends.server.replication.protocol.ModifyContext
This class describe the replication context that is attached to Modify operation.
-
Field Summary
Fields inherited from class org.opends.server.replication.protocol.OperationContext
SYNCHROCONTEXT -
Constructor Summary
ConstructorsConstructorDescriptionModifyContext(CSN csn, UUID entryUUID) Creates a new Modify Context with the provided parameters. -
Method Summary
Methods inherited from class org.opends.server.replication.protocol.OperationContext
equals, getCSN, getCSN, getEntryUUID, hashCode
-
Constructor Details
-
ModifyContext
Creates a new Modify Context with the provided parameters.- Parameters:
csn- The CSN of the operation.entryUUID- the unique Id of the modified entry.
-