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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DAttributeIndex.java262 this.indexIdToIndexes = Collections.unmodifiableMap(buildIndexes(entryContainer, state, config));
265 private static Map<String, MatchingRuleIndex> buildIndexes(EntryContainer entryContainer, State state, method in class:AttributeIndex
803 final Map<String, MatchingRuleIndex> newIndexIdToIndexes = buildIndexes(entryContainer, state, newConfiguration);
814 // Replace instances of Index created by buildIndexes() with the one already opened and present in the actual

Completed in 32 milliseconds