From f64caa52f6e4115effc5d0d703734fea31ca6048 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 30 Apr 2014 19:57:56 +0000
Subject: [PATCH] OPENDJ-1454 Remove all code supporting "dc=replicationChanges"

---
 opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java |   33 ---------------------------------
 1 files changed, 0 insertions(+), 33 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java b/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
index 8462ce6..3b9eab7 100644
--- a/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
+++ b/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
@@ -1359,29 +1359,6 @@
    * {@link DBCursor#close()} method to free the resources and locks used by the
    * cursor.
    *
-   * @param startAfterCSN
-   *          Starting point for the cursor. If null, start from the oldest CSN
-   * @return a non null {@link DBCursor}
-   * @throws ChangelogException
-   *           If a database problem happened
-   * @see ReplicationDomainDB#getCursorFrom(DN, CSN)
-   */
-  public DBCursor<UpdateMsg> getCursorFrom(CSN startAfterCSN)
-      throws ChangelogException
-  {
-    return domainDB.getCursorFrom(baseDN, startAfterCSN);
-  }
-
-  /**
-   * Creates and returns a cursor across this replication domain.
-   * <p>
-   * Client code must call {@link DBCursor#next()} to advance the cursor to the
-   * next available record.
-   * <p>
-   * When the cursor is not used anymore, client code MUST call the
-   * {@link DBCursor#close()} method to free the resources and locks used by the
-   * cursor.
-   *
    * @param startAfterServerState
    *          Starting point for the replicaDB cursors. If null, start from the
    *          oldest CSN
@@ -1397,16 +1374,6 @@
   }
 
   /**
-   * Returns the change count for that ReplicationServerDomain.
-   *
-   * @return the change count.
-   */
-  public long getChangesCount()
-  {
-    return domainDB.getDomainChangesCount(baseDN);
-  }
-
-  /**
    * Get the baseDN.
    *
    * @return Returns the baseDN.

--
Gitblit v1.10.0