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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DIndexTypeDescriptor.java131 * @param indexTypes
136 public static Set<IndexTypeDescriptor> fromBackendIndexTypes(final Set<BackendIndexCfgDefn.IndexType> indexTypes) argument
139 for (final BackendIndexCfgDefn.IndexType indexType : indexTypes)
158 final Set<BackendIndexCfgDefn.IndexType> indexTypes = new LinkedHashSet<>();
161 indexTypes.add(indexTypeDescriptor.toBackendIndexType());
163 return indexTypes;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexPanel.java537 private SortedSet<IndexType> indexTypes = new TreeSet<IndexType>(); field in class:IndexPanel.ModifyIndexTask
553 indexTypes = getTypes();
713 for (IndexType type : indexTypes)
779 if (!indexTypes.equals(indexToModify.getTypes()))
781 index.setIndexType(indexTypes);
838 indexTypes,
871 if (!indexTypes.equals(indexToModify.getTypes()))
875 for (IndexType newType : indexTypes)
886 if (!indexTypes.contains(oldType))
H A DNewIndexPanel.java404 private SortedSet<IndexType> indexTypes; field in class:NewIndexPanel.NewIndexTask
418 indexTypes = getTypes();
569 for (IndexType type : indexTypes)
719 indexTypes, entryLimitValue);
758 for (IndexType type : indexTypes)
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexPanel.java536 private SortedSet<IndexType> indexTypes = new TreeSet<IndexType>(); field in class:IndexPanel.ModifyIndexTask
552 indexTypes = getTypes();
712 for (IndexType type : indexTypes)
778 if (!indexTypes.equals(indexToModify.getTypes()))
780 index.setIndexType(indexTypes);
837 indexTypes,
870 if (!indexTypes.equals(indexToModify.getTypes()))
874 for (IndexType newType : indexTypes)
885 if (!indexTypes.contains(oldType))
H A DNewIndexPanel.java403 private SortedSet<IndexType> indexTypes; field in class:NewIndexPanel.NewIndexTask
417 indexTypes = getTypes();
568 for (IndexType type : indexTypes)
718 indexTypes, entryLimitValue);
757 for (IndexType type : indexTypes)
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexPanel.java537 private SortedSet<IndexType> indexTypes = new TreeSet<IndexType>(); field in class:IndexPanel.ModifyIndexTask
553 indexTypes = getTypes();
713 for (IndexType type : indexTypes)
779 if (!indexTypes.equals(indexToModify.getTypes()))
781 index.setIndexType(indexTypes);
838 indexTypes,
871 if (!indexTypes.equals(indexToModify.getTypes()))
875 for (IndexType newType : indexTypes)
886 if (!indexTypes.contains(oldType))
H A DNewIndexPanel.java404 private SortedSet<IndexType> indexTypes; field in class:NewIndexPanel.NewIndexTask
418 indexTypes = getTypes();
569 for (IndexType type : indexTypes)
719 indexTypes, entryLimitValue);
758 for (IndexType type : indexTypes)
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexPanel.java536 private SortedSet<IndexType> indexTypes = new TreeSet<IndexType>(); field in class:IndexPanel.ModifyIndexTask
552 indexTypes = getTypes();
712 for (IndexType type : indexTypes)
778 if (!indexTypes.equals(indexToModify.getTypes()))
780 index.setIndexType(indexTypes);
837 indexTypes,
870 if (!indexTypes.equals(indexToModify.getTypes()))
874 for (IndexType newType : indexTypes)
885 if (!indexTypes.contains(oldType))
H A DNewIndexPanel.java403 private SortedSet<IndexType> indexTypes; field in class:NewIndexPanel.NewIndexTask
417 indexTypes = getTypes();
568 for (IndexType type : indexTypes)
718 indexTypes, entryLimitValue);
757 for (IndexType type : indexTypes)
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexPanel.java537 private SortedSet<IndexType> indexTypes = new TreeSet<IndexType>(); field in class:IndexPanel.ModifyIndexTask
553 indexTypes = getTypes();
713 for (IndexType type : indexTypes)
779 if (!indexTypes.equals(indexToModify.getTypes()))
781 index.setIndexType(indexTypes);
838 indexTypes,
871 if (!indexTypes.equals(indexToModify.getTypes()))
875 for (IndexType newType : indexTypes)
886 if (!indexTypes.contains(oldType))
H A DNewIndexPanel.java404 private SortedSet<IndexType> indexTypes; field in class:NewIndexPanel.NewIndexTask
418 indexTypes = getTypes();
569 for (IndexType type : indexTypes)
719 indexTypes, entryLimitValue);
758 for (IndexType type : indexTypes)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DAbstractIndexPanel.java319 SortedSet<IndexTypeDescriptor> indexTypes = new TreeSet<>();
324 indexTypes.add(configTypes[i]);
327 return indexTypes;
370 final Set<IndexTypeDescriptor> indexTypes, final int indexEntryLimit) throws OpenDsException
372 updateIndexOffline(backendName, null, attributeName, indexTypes, indexEntryLimit);
376 final Set<IndexTypeDescriptor> indexTypes, final int indexEntryLimit) throws OpenDsException
378 updateIndexOffline(backendName, indexToModify, attributeName, indexTypes, indexEntryLimit);
382 final String attributeName, final Set<IndexTypeDescriptor> indexTypes, final int indexEntryLimit)
392 updateBackendIndexOnline(backend, indexToModify, attributeName, indexTypes, indexEntryLimit);
401 final IndexDescriptor indexToModify, final String attributeName, final Set<IndexTypeDescriptor> indexTypes,
369 createIndexOffline(final String backendName, final String attributeName, final Set<IndexTypeDescriptor> indexTypes, final int indexEntryLimit) argument
375 modifyIndexOffline(final String backendName, final String attributeName, final IndexDescriptor indexToModify, final Set<IndexTypeDescriptor> indexTypes, final int indexEntryLimit) argument
381 updateIndexOffline(final String backendName, final IndexDescriptor indexToModify, final String attributeName, final Set<IndexTypeDescriptor> indexTypes, final int indexEntryLimit) argument
400 updateBackendIndexOnline(final PluggableBackendCfgClient backend, final IndexDescriptor indexToModify, final String attributeName, final Set<IndexTypeDescriptor> indexTypes, final int indexEntryLimit) argument
[all...]
H A DIndexPanel.java493 private SortedSet<IndexTypeDescriptor> indexTypes = new TreeSet<>(); field in class:IndexPanel.ModifyIndexTask
512 indexTypes = getTypes();
615 modifyIndexOffline(backendName, attributeName, indexToModify, indexTypes, entryLimitValue);
656 if (!indexTypes.equals(indexToModify.getTypes()))
658 index.setIndexType(IndexTypeDescriptor.toBackendIndexTypes(indexTypes));
711 indexTypes,
742 if (!indexTypes.equals(indexToModify.getTypes()))
746 for (IndexTypeDescriptor newType : indexTypes)
757 if (!indexTypes.contains(oldType))
H A DNewIndexPanel.java349 private final SortedSet<IndexTypeDescriptor> indexTypes; field in class:NewIndexPanel.NewIndexTask
365 indexTypes = getTypes();
453 createIndexOffline(backendName.getText(), attributeName, indexTypes, entryLimitValue);
486 index.setIndexType(IndexTypeDescriptor.toBackendIndexTypes(indexTypes));
530 schema.getAttributeType(attributeName.toLowerCase()), backend, indexTypes, entryLimitValue);
566 for (IndexTypeDescriptor type : indexTypes)

Completed in 43 milliseconds