| | |
| | | import org.opends.guitools.controlpanel.task.DeleteIndexTask; |
| | | import org.opends.guitools.controlpanel.task.Task; |
| | | import org.opends.guitools.controlpanel.util.Utilities; |
| | | import org.opends.quicksetup.util.Utils; |
| | | |
| | | /** |
| | | * The panel that displays an existing index (it appears on the right of the |
| | |
| | | backendSet = new HashSet<>(); |
| | | backendSet.add(backendName); |
| | | attributeName = index.getName(); |
| | | entryLimitValue = Integer.parseInt(entryLimit.getText()); |
| | | entryLimitValue = Utils.parseIntOrDefault(entryLimit.getText(), index.getEntryLimit()); |
| | | indexTypes = getTypes(); |
| | | |
| | | indexToModify = index; |