Class DeleteContext

java.lang.Object
org.opends.server.replication.protocol.OperationContext
org.opends.server.replication.protocol.DeleteContext

public final class DeleteContext extends OperationContext
This class is used to describe the context attached to a Delete Operation.
  • Constructor Details

    • DeleteContext

      public DeleteContext(CSN csn, UUID entryUUID)
      Creates a new DeleteContext with the provided information.
      Parameters:
      csn - The CSN of the Delete Operation.
      entryUUID - The unique Id of the deleted entry.