Searched defs:totalCount (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DPrivilegeEvaluator.java270 int totalCount = 0;
275 while (totalCount < TASKS_PER_THREAD && policyIterator.hasNext()) {
289 totalCount++;
316 totalCount++;
337 receiveEvalResults(totalCount);
361 private void receiveEvalResults(int totalCount) { argument
367 while (!isDone && (counter < totalCount)) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DVerifyJob.java1000 private long totalCount; field in class:VerifyJob.ProgressTask
1020 totalCount = dn2id.getRecordCount(txn);
1024 totalCount = id2childrenCount.getRecordCount(txn);
1029 totalCount = 0;
1032 totalCount += getRecordCount(txn, index);
1037 totalCount = vlvIndexList.get(0).getRecordCount(txn);
1042 totalCount = rootContainer.getEntryContainer(verifyConfig.getBaseDN()).getNumberOfEntriesInBaseDN();
1071 logger.info(NOTE_VERIFY_PROGRESS_REPORT, latestCount, totalCount, errorCount, rate);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DPrivilegeEvaluator.java275 int totalCount = 0;
280 while (totalCount < TASKS_PER_THREAD && policyIterator.hasNext()) {
294 totalCount++;
321 totalCount++;
342 receiveEvalResults(totalCount);
366 private void receiveEvalResults(int totalCount) { argument
372 while (!isDone && (counter < totalCount)) {
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java1931 private long totalCount; field in class:VerifyJob.ProgressTask
1965 totalCount = rootContainer.getEntryContainer(
1986 totalCount = dn2id.getRecordCount();
1990 totalCount = id2c.getRecordCount();
1994 totalCount = id2s.getRecordCount();
2001 totalCount = 0;
2004 totalCount += attrIndex.getEqualityIndex().getRecordCount();
2008 totalCount += attrIndex.getPresenceIndex().getRecordCount();
2012 totalCount += attrIndex.getSubstringIndex().getRecordCount();
2016 totalCount
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java1932 private long totalCount; field in class:VerifyJob.ProgressTask
1966 totalCount = rootContainer.getEntryContainer(
1987 totalCount = dn2id.getRecordCount();
1991 totalCount = id2c.getRecordCount();
1995 totalCount = id2s.getRecordCount();
2002 totalCount = 0;
2005 totalCount += attrIndex.getEqualityIndex().getRecordCount();
2009 totalCount += attrIndex.getPresenceIndex().getRecordCount();
2013 totalCount += attrIndex.getSubstringIndex().getRecordCount();
2017 totalCount
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java1932 private long totalCount; field in class:VerifyJob.ProgressTask
1966 totalCount = rootContainer.getEntryContainer(
1987 totalCount = dn2id.getRecordCount();
1991 totalCount = id2c.getRecordCount();
1995 totalCount = id2s.getRecordCount();
2002 totalCount = 0;
2005 totalCount += attrIndex.getEqualityIndex().getRecordCount();
2009 totalCount += attrIndex.getPresenceIndex().getRecordCount();
2013 totalCount += attrIndex.getSubstringIndex().getRecordCount();
2017 totalCount
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java1931 private long totalCount; field in class:VerifyJob.ProgressTask
1965 totalCount = rootContainer.getEntryContainer(
1986 totalCount = dn2id.getRecordCount();
1990 totalCount = id2c.getRecordCount();
1994 totalCount = id2s.getRecordCount();
2001 totalCount = 0;
2004 totalCount += attrIndex.getEqualityIndex().getRecordCount();
2008 totalCount += attrIndex.getPresenceIndex().getRecordCount();
2012 totalCount += attrIndex.getSubstringIndex().getRecordCount();
2016 totalCount
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java1932 private long totalCount; field in class:VerifyJob.ProgressTask
1966 totalCount = rootContainer.getEntryContainer(
1987 totalCount = dn2id.getRecordCount();
1991 totalCount = id2c.getRecordCount();
1995 totalCount = id2s.getRecordCount();
2002 totalCount = 0;
2005 totalCount += attrIndex.getEqualityIndex().getRecordCount();
2009 totalCount += attrIndex.getPresenceIndex().getRecordCount();
2013 totalCount += attrIndex.getSubstringIndex().getRecordCount();
2017 totalCount
[all...]

Completed in 87 milliseconds