Searched defs:lastCount (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java122 private long lastCount; field in class:ReplicationTestCase
707 lastCount = getMonitorAttrValue(baseDn, attr);
724 delta = (currentCount - lastCount);
725 lastCount = currentCount;
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java122 private long lastCount; field in class:ReplicationTestCase
707 lastCount = getMonitorAttrValue(baseDn, attr);
724 delta = (currentCount - lastCount);
725 lastCount = currentCount;
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java122 private long lastCount; field in class:ReplicationTestCase
707 lastCount = getMonitorAttrValue(baseDn, attr);
724 delta = (currentCount - lastCount);
725 lastCount = currentCount;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java120 private long lastCount; field in class:ReplicationTestCase
600 lastCount = getMonitorAttrValue(baseDN, attr);
610 long delta = (currentCount - lastCount);
611 lastCount = currentCount;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java120 private long lastCount; field in class:ReplicationTestCase
600 lastCount = getMonitorAttrValue(baseDN, attr);
610 long delta = (currentCount - lastCount);
611 lastCount = currentCount;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DReplicationTestCase.java126 private long lastCount; field in class:ReplicationTestCase
584 lastCount = getMonitorAttrValue(baseDN, attr);
594 long delta = currentCount - lastCount;
595 lastCount = currentCount;

Completed in 42 milliseconds