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

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java108 Index presenceIndex = null; field in class:AttributeIndex
184 this.presenceIndex = new Index(name + ".presence",
337 if (presenceIndex != null)
339 presenceIndex.open();
381 if (presenceIndex != null)
383 presenceIndex.close();
456 if (presenceIndex != null)
458 if(!presenceIndex.addEntry(buffer, entryID, entry))
527 if (presenceIndex != null)
529 if(!presenceIndex
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java108 Index presenceIndex = null; field in class:AttributeIndex
184 this.presenceIndex = new Index(name + ".presence",
338 if (presenceIndex != null)
340 presenceIndex.open();
380 if (presenceIndex != null)
382 presenceIndex.close();
455 if (presenceIndex != null)
457 if(!presenceIndex.addEntry(buffer, entryID, entry))
526 if (presenceIndex != null)
528 if(!presenceIndex
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java108 Index presenceIndex = null; field in class:AttributeIndex
184 this.presenceIndex = new Index(name + ".presence",
337 if (presenceIndex != null)
339 presenceIndex.open();
381 if (presenceIndex != null)
383 presenceIndex.close();
456 if (presenceIndex != null)
458 if(!presenceIndex.addEntry(buffer, entryID, entry))
527 if (presenceIndex != null)
529 if(!presenceIndex
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java108 Index presenceIndex = null; field in class:AttributeIndex
184 this.presenceIndex = new Index(name + ".presence",
337 if (presenceIndex != null)
339 presenceIndex.open();
381 if (presenceIndex != null)
383 presenceIndex.close();
456 if (presenceIndex != null)
458 if(!presenceIndex.addEntry(buffer, entryID, entry))
527 if (presenceIndex != null)
529 if(!presenceIndex
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java108 Index presenceIndex = null; field in class:AttributeIndex
184 this.presenceIndex = new Index(name + ".presence",
338 if (presenceIndex != null)
340 presenceIndex.open();
380 if (presenceIndex != null)
382 presenceIndex.close();
455 if (presenceIndex != null)
457 if(!presenceIndex.addEntry(buffer, entryID, entry))
526 if (presenceIndex != null)
528 if(!presenceIndex
[all...]

Completed in 92 milliseconds