opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDB.java
@@ -943,4 +943,13 @@ return db == null || !db.getEnvironment().isValid(); } /** * Returns the number of records in this DB. * * @return the number of records in this DB. */ long getNumberRecords() { return db.count(); } }