From 13819a2e81db0422a7c8c186f838c7b243173170 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 03 Sep 2014 06:30:37 +0000
Subject: [PATCH] OPENDJ-1205 (CR-4428) Remove network layer from External ChangeLog implementation
---
opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java | 24 ------------------------
1 files changed, 0 insertions(+), 24 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 8970417..32f9fba 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
@@ -43,18 +43,6 @@
{
/**
- * Returns the oldest {@link CSN}s from the replicaDBs for each serverId in
- * the specified replication domain.
- *
- * @param baseDN
- * the replication domain baseDN
- * @return a new ServerState object holding the {serverId => oldest CSN}
- * mapping. If a replica DB is empty or closed, the oldest CSN will be
- * null for that replica. The caller owns the generated ServerState.
- */
- ServerState getDomainOldestCSNs(DN baseDN);
-
- /**
* Returns the newest {@link CSN}s from the replicaDBs for each serverId in
* the specified replication domain.
*
@@ -67,18 +55,6 @@
ServerState getDomainNewestCSNs(DN baseDN);
/**
- * Retrieves the latest trim date for the specified replication domain.
- * <p>
- * FIXME will be removed when ECLServerHandler will not be responsible anymore
- * for lazily building the ChangeNumberIndexDB.
- *
- * @param baseDN
- * the replication domain baseDN
- * @return the domain latest trim date
- */
- long getDomainLatestTrimDate(DN baseDN);
-
- /**
* Removes all the data relating to the specified replication domain and
* shutdown all its replica databases. In particular, it will:
* <ol>
--
Gitblit v1.10.0