Searched refs:entryLimitValue (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexPanel.java535 private int entryLimitValue; field in class:IndexPanel.ModifyIndexTask
552 entryLimitValue = Integer.parseInt(entryLimit.getText());
712 lines.add("ds-cfg-index-entry-limit: "+entryLimitValue);
783 if (entryLimitValue != index.getIndexEntryLimit())
785 index.setIndexEntryLimit(entryLimitValue);
839 entryLimitValue);
902 if (entryLimitValue != indexToModify.getEntryLimit())
905 args.add("index-entry-limit:"+entryLimitValue);
H A DNewIndexPanel.java403 private int entryLimitValue; field in class:NewIndexPanel.NewIndexTask
417 entryLimitValue = Integer.parseInt(entryLimit.getText());
568 lines.add("ds-cfg-index-entry-limit: "+entryLimitValue);
719 indexTypes, entryLimitValue);
764 args.add("index-entry-limit:"+entryLimitValue);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexPanel.java534 private int entryLimitValue; field in class:IndexPanel.ModifyIndexTask
551 entryLimitValue = Integer.parseInt(entryLimit.getText());
711 lines.add("ds-cfg-index-entry-limit: "+entryLimitValue);
782 if (entryLimitValue != index.getIndexEntryLimit())
784 index.setIndexEntryLimit(entryLimitValue);
838 entryLimitValue);
901 if (entryLimitValue != indexToModify.getEntryLimit())
904 args.add("index-entry-limit:"+entryLimitValue);
H A DNewIndexPanel.java402 private int entryLimitValue; field in class:NewIndexPanel.NewIndexTask
416 entryLimitValue = Integer.parseInt(entryLimit.getText());
567 lines.add("ds-cfg-index-entry-limit: "+entryLimitValue);
718 indexTypes, entryLimitValue);
763 args.add("index-entry-limit:"+entryLimitValue);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexPanel.java535 private int entryLimitValue; field in class:IndexPanel.ModifyIndexTask
552 entryLimitValue = Integer.parseInt(entryLimit.getText());
712 lines.add("ds-cfg-index-entry-limit: "+entryLimitValue);
783 if (entryLimitValue != index.getIndexEntryLimit())
785 index.setIndexEntryLimit(entryLimitValue);
839 entryLimitValue);
902 if (entryLimitValue != indexToModify.getEntryLimit())
905 args.add("index-entry-limit:"+entryLimitValue);
H A DNewIndexPanel.java403 private int entryLimitValue; field in class:NewIndexPanel.NewIndexTask
417 entryLimitValue = Integer.parseInt(entryLimit.getText());
568 lines.add("ds-cfg-index-entry-limit: "+entryLimitValue);
719 indexTypes, entryLimitValue);
764 args.add("index-entry-limit:"+entryLimitValue);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexPanel.java534 private int entryLimitValue; field in class:IndexPanel.ModifyIndexTask
551 entryLimitValue = Integer.parseInt(entryLimit.getText());
711 lines.add("ds-cfg-index-entry-limit: "+entryLimitValue);
782 if (entryLimitValue != index.getIndexEntryLimit())
784 index.setIndexEntryLimit(entryLimitValue);
838 entryLimitValue);
901 if (entryLimitValue != indexToModify.getEntryLimit())
904 args.add("index-entry-limit:"+entryLimitValue);
H A DNewIndexPanel.java402 private int entryLimitValue; field in class:NewIndexPanel.NewIndexTask
416 entryLimitValue = Integer.parseInt(entryLimit.getText());
567 lines.add("ds-cfg-index-entry-limit: "+entryLimitValue);
718 indexTypes, entryLimitValue);
763 args.add("index-entry-limit:"+entryLimitValue);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexPanel.java535 private int entryLimitValue; field in class:IndexPanel.ModifyIndexTask
552 entryLimitValue = Integer.parseInt(entryLimit.getText());
712 lines.add("ds-cfg-index-entry-limit: "+entryLimitValue);
783 if (entryLimitValue != index.getIndexEntryLimit())
785 index.setIndexEntryLimit(entryLimitValue);
839 entryLimitValue);
902 if (entryLimitValue != indexToModify.getEntryLimit())
905 args.add("index-entry-limit:"+entryLimitValue);
H A DNewIndexPanel.java403 private int entryLimitValue; field in class:NewIndexPanel.NewIndexTask
417 entryLimitValue = Integer.parseInt(entryLimit.getText());
568 lines.add("ds-cfg-index-entry-limit: "+entryLimitValue);
719 indexTypes, entryLimitValue);
764 args.add("index-entry-limit:"+entryLimitValue);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DIndexPanel.java491 private int entryLimitValue; field in class:IndexPanel.ModifyIndexTask
511 entryLimitValue = Integer.parseInt(entryLimit.getText());
615 modifyIndexOffline(backendName, attributeName, indexToModify, indexTypes, entryLimitValue);
661 if (entryLimitValue != index.getIndexEntryLimit())
663 index.setIndexEntryLimit(entryLimitValue);
712 entryLimitValue);
773 if (entryLimitValue != indexToModify.getEntryLimit())
776 args.add("index-entry-limit:"+entryLimitValue);
H A DNewIndexPanel.java348 private final int entryLimitValue; field in class:NewIndexPanel.NewIndexTask
364 entryLimitValue = Integer.parseInt(entryLimit.getText());
453 createIndexOffline(backendName.getText(), attributeName, indexTypes, entryLimitValue);
487 if (entryLimitValue != index.getIndexEntryLimit())
489 index.setIndexEntryLimit(entryLimitValue);
530 schema.getAttributeType(attributeName.toLowerCase()), backend, indexTypes, entryLimitValue);
572 args.add("index-entry-limit:" + entryLimitValue);

Completed in 48 milliseconds