mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

pgamba
13.45.2007 8e41745b17b37a2a508ba6a016eddf9c6f219125
opends/src/server/org/opends/server/replication/server/ReplicationCache.java
@@ -531,6 +531,21 @@
  }
  /**
   * Returns the change count for that ReplicationCache.
   *
   * @return the change count.
   */
  public long getChangesCount()
  {
    long entryCount = 0;
    for (DbHandler dbHandler : sourceDbHandlers.values())
    {
      entryCount += dbHandler.getChangesCount();
    }
    return entryCount;
  }
  /**
   * Get the baseDn.
   * @return Returns the baseDn.
   */