Searched defs:getEntryLimitExceededCount (Results 1 - 20 of 20) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DIndex.java1182 public int getEntryLimitExceededCount() method in class:Index
H A DNullIndex.java230 public int getEntryLimitExceededCount() method in class:NullIndex
H A DAttributeIndex.java1675 public long getEntryLimitExceededCount() method in class:AttributeIndex
1681 entryLimitExceededCount += equalityIndex.getEntryLimitExceededCount();
1686 entryLimitExceededCount += presenceIndex.getEntryLimitExceededCount();
1691 entryLimitExceededCount += substringIndex.getEntryLimitExceededCount();
1696 entryLimitExceededCount += orderingIndex.getEntryLimitExceededCount();
1702 approximateIndex.getEntryLimitExceededCount();
1710 extensibleIndex.getEntryLimitExceededCount();
H A DEntryContainer.java3172 public int getEntryLimitExceededCount() method in class:EntryContainer
3175 count += id2children.getEntryLimitExceededCount();
3176 count += id2subtree.getEntryLimitExceededCount();
3179 count += index.getEntryLimitExceededCount();
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DIndex.java1183 public int getEntryLimitExceededCount() method in class:Index
H A DNullIndex.java231 public int getEntryLimitExceededCount() method in class:NullIndex
H A DAttributeIndex.java1672 public long getEntryLimitExceededCount() method in class:AttributeIndex
1678 entryLimitExceededCount += equalityIndex.getEntryLimitExceededCount();
1683 entryLimitExceededCount += presenceIndex.getEntryLimitExceededCount();
1688 entryLimitExceededCount += substringIndex.getEntryLimitExceededCount();
1693 entryLimitExceededCount += orderingIndex.getEntryLimitExceededCount();
1699 approximateIndex.getEntryLimitExceededCount();
1707 extensibleIndex.getEntryLimitExceededCount();
H A DEntryContainer.java3177 public int getEntryLimitExceededCount() method in class:EntryContainer
3180 count += id2children.getEntryLimitExceededCount();
3181 count += id2subtree.getEntryLimitExceededCount();
3184 count += index.getEntryLimitExceededCount();
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DIndex.java1183 public int getEntryLimitExceededCount() method in class:Index
H A DNullIndex.java231 public int getEntryLimitExceededCount() method in class:NullIndex
H A DAttributeIndex.java1673 public long getEntryLimitExceededCount() method in class:AttributeIndex
1679 entryLimitExceededCount += equalityIndex.getEntryLimitExceededCount();
1684 entryLimitExceededCount += presenceIndex.getEntryLimitExceededCount();
1689 entryLimitExceededCount += substringIndex.getEntryLimitExceededCount();
1694 entryLimitExceededCount += orderingIndex.getEntryLimitExceededCount();
1700 approximateIndex.getEntryLimitExceededCount();
1708 extensibleIndex.getEntryLimitExceededCount();
H A DEntryContainer.java3177 public int getEntryLimitExceededCount() method in class:EntryContainer
3180 count += id2children.getEntryLimitExceededCount();
3181 count += id2subtree.getEntryLimitExceededCount();
3184 count += index.getEntryLimitExceededCount();
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DIndex.java1182 public int getEntryLimitExceededCount() method in class:Index
H A DNullIndex.java230 public int getEntryLimitExceededCount() method in class:NullIndex
H A DAttributeIndex.java1675 public long getEntryLimitExceededCount() method in class:AttributeIndex
1681 entryLimitExceededCount += equalityIndex.getEntryLimitExceededCount();
1686 entryLimitExceededCount += presenceIndex.getEntryLimitExceededCount();
1691 entryLimitExceededCount += substringIndex.getEntryLimitExceededCount();
1696 entryLimitExceededCount += orderingIndex.getEntryLimitExceededCount();
1702 approximateIndex.getEntryLimitExceededCount();
1710 extensibleIndex.getEntryLimitExceededCount();
H A DEntryContainer.java3172 public int getEntryLimitExceededCount() method in class:EntryContainer
3175 count += id2children.getEntryLimitExceededCount();
3176 count += id2subtree.getEntryLimitExceededCount();
3179 count += index.getEntryLimitExceededCount();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DIndex.java1183 public int getEntryLimitExceededCount() method in class:Index
H A DNullIndex.java231 public int getEntryLimitExceededCount() method in class:NullIndex
H A DAttributeIndex.java1672 public long getEntryLimitExceededCount() method in class:AttributeIndex
1678 entryLimitExceededCount += equalityIndex.getEntryLimitExceededCount();
1683 entryLimitExceededCount += presenceIndex.getEntryLimitExceededCount();
1688 entryLimitExceededCount += substringIndex.getEntryLimitExceededCount();
1693 entryLimitExceededCount += orderingIndex.getEntryLimitExceededCount();
1699 approximateIndex.getEntryLimitExceededCount();
1707 extensibleIndex.getEntryLimitExceededCount();
H A DEntryContainer.java3177 public int getEntryLimitExceededCount() method in class:EntryContainer
3180 count += id2children.getEntryLimitExceededCount();
3181 count += id2subtree.getEntryLimitExceededCount();
3184 count += index.getEntryLimitExceededCount();

Completed in 121 milliseconds