Class DeleteContext
java.lang.Object
org.opends.server.replication.protocol.OperationContext
org.opends.server.replication.protocol.DeleteContext
This class is used to describe the context attached to a Delete Operation.
-
Field Summary
Fields inherited from class org.opends.server.replication.protocol.OperationContext
SYNCHROCONTEXT
-
Constructor Summary
ConstructorDescriptionDeleteContext
(CSN csn, UUID entryUUID) Creates a new DeleteContext with the provided information. -
Method Summary
Methods inherited from class org.opends.server.replication.protocol.OperationContext
equals, getCSN, getCSN, getEntryUUID, hashCode
-
Constructor Details
-
DeleteContext
Creates a new DeleteContext with the provided information.- Parameters:
csn
- The CSN of the Delete Operation.entryUUID
- The unique Id of the deleted entry.
-