| | |
| | | } |
| | | |
| | | /** The task in charge of modifying the VLV index. */ |
| | | protected class ModifyVLVIndexTask extends Task |
| | | private class ModifyVLVIndexTask extends Task |
| | | { |
| | | private final Set<String> backendSet; |
| | | private final String indexName; |
| | |
| | | * @param dlg |
| | | * the progress dialog that shows the progress of the task. |
| | | */ |
| | | public ModifyVLVIndexTask(ControlPanelInfo info, ProgressDialog dlg) |
| | | private ModifyVLVIndexTask(ControlPanelInfo info, ProgressDialog dlg) |
| | | { |
| | | super(info, dlg); |
| | | backendID = index.getBackend().getBackendID(); |