Searched defs:approximateIndex (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java123 Index approximateIndex = null; field in class:AttributeIndex
247 this.approximateIndex = new Index(name + ".approximate",
352 if (approximateIndex != null)
354 approximateIndex.open();
396 if (approximateIndex != null)
398 approximateIndex.close();
480 if (approximateIndex != null)
482 if(!approximateIndex.addEntry(buffer, entryID, entry))
551 if (approximateIndex != null)
553 if(!approximateIndex
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java123 Index approximateIndex = null; field in class:AttributeIndex
247 this.approximateIndex = new Index(name + ".approximate",
353 if (approximateIndex != null)
355 approximateIndex.open();
395 if (approximateIndex != null)
397 approximateIndex.close();
479 if (approximateIndex != null)
481 if(!approximateIndex.addEntry(buffer, entryID, entry))
550 if (approximateIndex != null)
552 if(!approximateIndex
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java123 Index approximateIndex = null; field in class:AttributeIndex
247 this.approximateIndex = new Index(name + ".approximate",
352 if (approximateIndex != null)
354 approximateIndex.open();
396 if (approximateIndex != null)
398 approximateIndex.close();
480 if (approximateIndex != null)
482 if(!approximateIndex.addEntry(buffer, entryID, entry))
551 if (approximateIndex != null)
553 if(!approximateIndex
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java123 Index approximateIndex = null; field in class:AttributeIndex
247 this.approximateIndex = new Index(name + ".approximate",
352 if (approximateIndex != null)
354 approximateIndex.open();
396 if (approximateIndex != null)
398 approximateIndex.close();
480 if (approximateIndex != null)
482 if(!approximateIndex.addEntry(buffer, entryID, entry))
551 if (approximateIndex != null)
553 if(!approximateIndex
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java123 Index approximateIndex = null; field in class:AttributeIndex
247 this.approximateIndex = new Index(name + ".approximate",
353 if (approximateIndex != null)
355 approximateIndex.open();
395 if (approximateIndex != null)
397 approximateIndex.close();
479 if (approximateIndex != null)
481 if(!approximateIndex.addEntry(buffer, entryID, entry))
550 if (approximateIndex != null)
552 if(!approximateIndex
[all...]

Completed in 40 milliseconds