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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DRebuildConfig.java52 private final List<String> rebuildList = new ArrayList<>(); field in class:RebuildConfig
84 return rebuildList;
100 for (String s : new ArrayList<String>(rebuildList))
107 rebuildList.remove(s);
118 this.rebuildList.add(index);
135 for (String thisIndex : this.rebuildList)
137 for (String thatIndex : config.rebuildList)
164 for (String index : rebuildList)
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DRebuildConfig.java67 private ArrayList<String> rebuildList; field in class:RebuildConfig
80 rebuildList = new ArrayList<String>();
111 return rebuildList;
128 for (String s : new ArrayList<String>(rebuildList))
143 rebuildList.remove(s);
152 this.rebuildList.add(index);
169 for (String thisIndex : this.rebuildList)
171 for (String thatIndex : config.rebuildList)
209 for (String index : rebuildList)
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DRebuildConfig.java68 private ArrayList<String> rebuildList; field in class:RebuildConfig
81 rebuildList = new ArrayList<String>();
112 return rebuildList;
129 for (String s : new ArrayList<String>(rebuildList))
144 rebuildList.remove(s);
153 this.rebuildList.add(index);
170 for (String thisIndex : this.rebuildList)
172 for (String thatIndex : config.rebuildList)
210 for (String index : rebuildList)
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DRebuildConfig.java68 private ArrayList<String> rebuildList; field in class:RebuildConfig
81 rebuildList = new ArrayList<String>();
112 return rebuildList;
129 for (String s : new ArrayList<String>(rebuildList))
144 rebuildList.remove(s);
153 this.rebuildList.add(index);
170 for (String thisIndex : this.rebuildList)
172 for (String thatIndex : config.rebuildList)
210 for (String index : rebuildList)
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DRebuildConfig.java67 private ArrayList<String> rebuildList; field in class:RebuildConfig
80 rebuildList = new ArrayList<String>();
111 return rebuildList;
128 for (String s : new ArrayList<String>(rebuildList))
143 rebuildList.remove(s);
152 this.rebuildList.add(index);
169 for (String thisIndex : this.rebuildList)
171 for (String thatIndex : config.rebuildList)
209 for (String index : rebuildList)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DRebuildConfig.java68 private ArrayList<String> rebuildList; field in class:RebuildConfig
81 rebuildList = new ArrayList<String>();
112 return rebuildList;
129 for (String s : new ArrayList<String>(rebuildList))
144 rebuildList.remove(s);
153 this.rebuildList.add(index);
170 for (String thisIndex : this.rebuildList)
172 for (String thatIndex : config.rebuildList)
210 for (String index : rebuildList)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DOnDiskMergeImporter.java370 * if rebuildList contains an invalid/non-existing attribute/index name.
373 Collection<String> rebuildList) throws InitializationException
376 for (String name : rebuildList)
372 buildUserDefinedIndexNames(EntryContainer entryContainer, Collection<String> rebuildList) argument

Completed in 44 milliseconds