From 4cd3d75a0c4b165101245c51f7ca4b8f8bdad7dc Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 07 Oct 2013 11:02:10 +0000
Subject: [PATCH] OPENDJ-1116 Introduce abstraction for the changelog DB
---
opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java | 18 ------------------
1 files changed, 0 insertions(+), 18 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java b/opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java
index 71bfbb4..8e5b22f 100644
--- a/opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java
+++ b/opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java
@@ -171,24 +171,6 @@
long getCount(DN baseDN, int serverId, CSN from, CSN to);
/**
- * Returns the {@link CSN} situated immediately after the specified
- * {@link CSN} for the specified serverId and replication domain according to
- * the order specified by {@link CSN#compareTo(CSN)}. If an Exception occurs
- * in this method, then it returns the oldest possible CSN for the provided
- * serverId.
- *
- * @param baseDN
- * the replication domain baseDN
- * @param serverId
- * the serverId for which we want the information
- * @param startAfterCSN
- * The position where the iterator must start
- * @return the CSN immediately after startAfterCSN, or null if no CSN exist
- * after startAfterCSN
- */
- CSN getCSNAfter(DN baseDN, int serverId, CSN startAfterCSN);
-
- /**
* Generates a {@link ReplicaDBCursor} for the specified serverId and
* replication domain starting after the provided CSN.
* <p>
--
Gitblit v1.10.0