Searched refs:getRecordCount (Results 1 - 25 of 40) sorted by relevance

12

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/
H A DReadableTransaction.java63 long getRecordCount(TreeName treeName); method in interface:ReadableTransaction
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DAbstractTree.java76 public final long getRecordCount(ReadableTransaction txn) throws StorageRuntimeException method in class:AbstractTree
78 return txn.getRecordCount(name);
H A DTree.java72 long getRecordCount(ReadableTransaction txn) throws StorageRuntimeException; method in interface:Tree
H A DVerifyJob.java358 long storedEntryCount = id2entry.getRecordCount(txn);
1020 totalCount = dn2id.getRecordCount(txn);
1024 totalCount = id2childrenCount.getRecordCount(txn);
1032 totalCount += getRecordCount(txn, index);
1037 totalCount = vlvIndexList.get(0).getRecordCount(txn);
1046 private long getRecordCount(ReadableTransaction txn, Index index) method in class:VerifyJob.ProgressTask
1050 return index.getRecordCount(txn);
H A DTracedStorage.java283 public long getRecordCount(TreeName name) method in class:TracedStorage.TracedReadableTransaction
285 traceEnter("getRecordCount", "name", name);
286 final long count = txn.getRecordCount(name);
287 traceLeave("getRecordCount", "name", name, "count", count);
361 public long getRecordCount(TreeName name) method in class:TracedStorage.TracedWriteableTransaction
363 traceEnter("getRecordCount", "name", name);
364 final long count = txn.getRecordCount(name);
365 traceLeave("getRecordCount", "name", name, "count", count);
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java457 Long storedEntryCount = id2entry.getRecordCount();
1986 totalCount = dn2id.getRecordCount();
1990 totalCount = id2c.getRecordCount();
1994 totalCount = id2s.getRecordCount();
2004 totalCount += attrIndex.getEqualityIndex().getRecordCount();
2008 totalCount += attrIndex.getPresenceIndex().getRecordCount();
2012 totalCount += attrIndex.getSubstringIndex().getRecordCount();
2016 totalCount += attrIndex.getOrderingIndex().getRecordCount();
2020 totalCount += attrIndex.getApproximateIndex().getRecordCount();
2025 totalCount = vlvIndexList.get(0).getRecordCount();
[all...]
H A DDatabaseContainer.java289 public long getRecordCount() throws DatabaseException method in class:DatabaseContainer
H A DNullIndex.java462 public long getRecordCount() throws DatabaseException method in class:NullIndex
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java458 Long storedEntryCount = id2entry.getRecordCount();
1987 totalCount = dn2id.getRecordCount();
1991 totalCount = id2c.getRecordCount();
1995 totalCount = id2s.getRecordCount();
2005 totalCount += attrIndex.getEqualityIndex().getRecordCount();
2009 totalCount += attrIndex.getPresenceIndex().getRecordCount();
2013 totalCount += attrIndex.getSubstringIndex().getRecordCount();
2017 totalCount += attrIndex.getOrderingIndex().getRecordCount();
2021 totalCount += attrIndex.getApproximateIndex().getRecordCount();
2026 totalCount = vlvIndexList.get(0).getRecordCount();
[all...]
H A DDatabaseContainer.java290 public long getRecordCount() throws DatabaseException method in class:DatabaseContainer
H A DNullIndex.java463 public long getRecordCount() throws DatabaseException method in class:NullIndex
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java458 Long storedEntryCount = id2entry.getRecordCount();
1987 totalCount = dn2id.getRecordCount();
1991 totalCount = id2c.getRecordCount();
1995 totalCount = id2s.getRecordCount();
2005 totalCount += attrIndex.getEqualityIndex().getRecordCount();
2009 totalCount += attrIndex.getPresenceIndex().getRecordCount();
2013 totalCount += attrIndex.getSubstringIndex().getRecordCount();
2017 totalCount += attrIndex.getOrderingIndex().getRecordCount();
2021 totalCount += attrIndex.getApproximateIndex().getRecordCount();
2026 totalCount = vlvIndexList.get(0).getRecordCount();
[all...]
H A DDatabaseContainer.java290 public long getRecordCount() throws DatabaseException method in class:DatabaseContainer
H A DNullIndex.java463 public long getRecordCount() throws DatabaseException method in class:NullIndex
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java457 Long storedEntryCount = id2entry.getRecordCount();
1986 totalCount = dn2id.getRecordCount();
1990 totalCount = id2c.getRecordCount();
1994 totalCount = id2s.getRecordCount();
2004 totalCount += attrIndex.getEqualityIndex().getRecordCount();
2008 totalCount += attrIndex.getPresenceIndex().getRecordCount();
2012 totalCount += attrIndex.getSubstringIndex().getRecordCount();
2016 totalCount += attrIndex.getOrderingIndex().getRecordCount();
2020 totalCount += attrIndex.getApproximateIndex().getRecordCount();
2025 totalCount = vlvIndexList.get(0).getRecordCount();
[all...]
H A DDatabaseContainer.java289 public long getRecordCount() throws DatabaseException method in class:DatabaseContainer
H A DNullIndex.java462 public long getRecordCount() throws DatabaseException method in class:NullIndex
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java458 Long storedEntryCount = id2entry.getRecordCount();
1987 totalCount = dn2id.getRecordCount();
1991 totalCount = id2c.getRecordCount();
1995 totalCount = id2s.getRecordCount();
2005 totalCount += attrIndex.getEqualityIndex().getRecordCount();
2009 totalCount += attrIndex.getPresenceIndex().getRecordCount();
2013 totalCount += attrIndex.getSubstringIndex().getRecordCount();
2017 totalCount += attrIndex.getOrderingIndex().getRecordCount();
2021 totalCount += attrIndex.getApproximateIndex().getRecordCount();
2026 totalCount = vlvIndexList.get(0).getRecordCount();
[all...]
H A DDatabaseContainer.java290 public long getRecordCount() throws DatabaseException method in class:DatabaseContainer
H A DNullIndex.java463 public long getRecordCount() throws DatabaseException method in class:NullIndex
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DDefaultIndexTest.java252 public long getRecordCount(TreeName treeName) method in class:DefaultIndexTest.DummyWriteableTransaction
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/jeb/
H A DJEStorage.java426 public long getRecordCount(TreeName treeName) method in class:JEStorage.WriteableTransactionImpl
556 public long getRecordCount(TreeName treeName) method in class:JEStorage.ReadOnlyTransactionImpl
558 return delegate.getRecordCount(treeName);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pdb/
H A DPDBStorage.java484 public long getRecordCount(TreeName treeName) method in class:PDBStorage.WriteableStorageImpl
649 public long getRecordCount(TreeName treeName) method in class:PDBStorage.ReadOnlyStorageImpl
651 return delegate.getRecordCount(treeName);
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DDBTest.java833 builder.appendCell(dc.getRecordCount());
854 builder.appendCell(dc.getRecordCount());
1027 builder.appendCell(dc.getRecordCount());
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DDBTest.java821 builder.appendCell(dc.getRecordCount());
842 builder.appendCell(dc.getRecordCount());
1015 builder.appendCell(dc.getRecordCount());

Completed in 91 milliseconds

12