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

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java118 Index orderingIndex = null; field in class:AttributeIndex
227 this.orderingIndex = new Index(name + ".ordering",
347 if (orderingIndex != null)
349 orderingIndex.open();
391 if (orderingIndex != null)
393 orderingIndex.close();
472 if (orderingIndex != null)
474 if(!orderingIndex.addEntry(buffer, entryID, entry))
543 if (orderingIndex != null)
545 if(!orderingIndex
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java118 Index orderingIndex = null; field in class:AttributeIndex
227 this.orderingIndex = new Index(name + ".ordering",
348 if (orderingIndex != null)
350 orderingIndex.open();
390 if (orderingIndex != null)
392 orderingIndex.close();
471 if (orderingIndex != null)
473 if(!orderingIndex.addEntry(buffer, entryID, entry))
542 if (orderingIndex != null)
544 if(!orderingIndex
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java118 Index orderingIndex = null; field in class:AttributeIndex
227 this.orderingIndex = new Index(name + ".ordering",
347 if (orderingIndex != null)
349 orderingIndex.open();
391 if (orderingIndex != null)
393 orderingIndex.close();
472 if (orderingIndex != null)
474 if(!orderingIndex.addEntry(buffer, entryID, entry))
543 if (orderingIndex != null)
545 if(!orderingIndex
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java118 Index orderingIndex = null; field in class:AttributeIndex
227 this.orderingIndex = new Index(name + ".ordering",
347 if (orderingIndex != null)
349 orderingIndex.open();
391 if (orderingIndex != null)
393 orderingIndex.close();
472 if (orderingIndex != null)
474 if(!orderingIndex.addEntry(buffer, entryID, entry))
543 if (orderingIndex != null)
545 if(!orderingIndex
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java118 Index orderingIndex = null; field in class:AttributeIndex
227 this.orderingIndex = new Index(name + ".ordering",
348 if (orderingIndex != null)
350 orderingIndex.open();
390 if (orderingIndex != null)
392 orderingIndex.close();
471 if (orderingIndex != null)
473 if(!orderingIndex.addEntry(buffer, entryID, entry))
542 if (orderingIndex != null)
544 if(!orderingIndex
[all...]

Completed in 257 milliseconds