Searched defs:threadCount (Results 1 - 25 of 41) sorted by relevance

12

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeSearcherQueue.java60 * @param threadCount then number of threads that the queue will use.
62 public NodeSearcherQueue(String name, int threadCount) { argument
65 for (int i = 0; i < threadCount; i++) {
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeSearcherQueue.java61 * @param threadCount then number of threads that the queue will use.
63 public NodeSearcherQueue(String name, int threadCount) { argument
66 for (int i = 0; i < threadCount; i++) {
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeSearcherQueue.java61 * @param threadCount then number of threads that the queue will use.
63 public NodeSearcherQueue(String name, int threadCount) { argument
66 for (int i = 0; i < threadCount; i++) {
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeSearcherQueue.java60 * @param threadCount then number of threads that the queue will use.
62 public NodeSearcherQueue(String name, int threadCount) { argument
65 for (int i = 0; i < threadCount; i++) {
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeSearcherQueue.java61 * @param threadCount then number of threads that the queue will use.
63 public NodeSearcherQueue(String name, int threadCount) { argument
66 for (int i = 0; i < threadCount; i++) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/
H A DNodeSearcherQueue.java57 * @param threadCount then number of threads that the queue will use.
59 public NodeSearcherQueue(String name, int threadCount) { argument
62 for (int i = 0; i < threadCount; i++) {
/forgerock/opendj-b2.6/src/server/org/opends/server/tasks/
H A DImportTask.java176 private int threadCount = 0; field in class:ImportTask
394 threadCount = TaskUtils.getSingleValueInteger(attrList, 0);
904 importConfig.setThreadCount(threadCount);
/forgerock/opendj2/src/server/org/opends/server/tasks/
H A DImportTask.java175 private int threadCount = 0; field in class:ImportTask
393 threadCount = TaskUtils.getSingleValueInteger(attrList, 0);
903 importConfig.setThreadCount(threadCount);
/forgerock/opendj2.6.2/src/server/org/opends/server/tasks/
H A DImportTask.java176 private int threadCount = 0; field in class:ImportTask
394 threadCount = TaskUtils.getSingleValueInteger(attrList, 0);
904 importConfig.setThreadCount(threadCount);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tasks/
H A DImportTask.java176 private int threadCount = 0; field in class:ImportTask
394 threadCount = TaskUtils.getSingleValueInteger(attrList, 0);
904 importConfig.setThreadCount(threadCount);
/forgerock/opendj2-hg/src/server/org/opends/server/tasks/
H A DImportTask.java175 private int threadCount = 0; field in class:ImportTask
393 threadCount = TaskUtils.getSingleValueInteger(attrList, 0);
903 importConfig.setThreadCount(threadCount);
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DImportLDIF.java174 private IntegerArgument threadCount = null; field in class:ImportLDIF
365 threadCount = new IntegerArgument("threadCount", null, "threadCount",
371 argParser.addArgument(threadCount);
565 if (threadCount.getValue() != null) {
567 values.add(ByteString.valueOf(threadCount.getValue()));
1424 importConfig.setThreadCount(threadCount.getIntValue());
1429 threadCount.getValue(), e.getMessage());
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DImportLDIF.java173 private IntegerArgument threadCount = null; field in class:ImportLDIF
347 threadCount = new IntegerArgument("threadCount", null, "threadCount",
353 argParser.addArgument(threadCount);
547 if (threadCount.getValue() != null) {
549 values.add(ByteString.valueOf(threadCount.getValue()));
1406 importConfig.setThreadCount(threadCount.getIntValue());
1411 threadCount.getValue(), e.getMessage());
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DImportLDIF.java174 private IntegerArgument threadCount = null; field in class:ImportLDIF
365 threadCount = new IntegerArgument("threadCount", null, "threadCount",
371 argParser.addArgument(threadCount);
565 if (threadCount.getValue() != null) {
567 values.add(ByteString.valueOf(threadCount.getValue()));
1424 importConfig.setThreadCount(threadCount.getIntValue());
1429 threadCount.getValue(), e.getMessage());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DImportLDIF.java174 private IntegerArgument threadCount = null; field in class:ImportLDIF
365 threadCount = new IntegerArgument("threadCount", null, "threadCount",
371 argParser.addArgument(threadCount);
565 if (threadCount.getValue() != null) {
567 values.add(ByteString.valueOf(threadCount.getValue()));
1424 importConfig.setThreadCount(threadCount.getIntValue());
1429 threadCount.getValue(), e.getMessage());
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DImportLDIF.java173 private IntegerArgument threadCount = null; field in class:ImportLDIF
347 threadCount = new IntegerArgument("threadCount", null, "threadCount",
353 argParser.addArgument(threadCount);
547 if (threadCount.getValue() != null) {
549 values.add(ByteString.valueOf(threadCount.getValue()));
1406 importConfig.setThreadCount(threadCount.getIntValue());
1411 threadCount.getValue(), e.getMessage());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tasks/
H A DImportTask.java107 private int threadCount; field in class:ImportTask
222 threadCount = asInt(taskEntry, typeThreadCount);
624 importConfig.setThreadCount(threadCount);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DImportLDIF.java174 private IntegerArgument threadCount; field in class:ImportLDIF
436 threadCount = new IntegerArgument("threadCount", null, "threadCount",
442 argParser.addArgument(threadCount);
489 addAttribute(attributes, ATTR_IMPORT_THREAD_COUNT, threadCount.getValue());
1011 importConfig.setThreadCount(threadCount.getIntValue());
1016 threadCount.getValue(), e.getMessage());
/forgerock/openidm-v4/openidm-scheduler/src/main/java/org/forgerock/openidm/scheduler/
H A DSchedulerConfig.java38 private final static String THREAD_COUNT = "threadCount";
43 private String threadCount = null; field in class:SchedulerConfig
65 threadCount = value.asString();
148 StringBuilder prop = new StringBuilder(StdSchedulerFactory.PROP_THREAD_POOL_PREFIX).append(".threadCount");
153 if (threadCount != null) {
154 return threadCount;
156 StringBuilder prop = new StringBuilder(StdSchedulerFactory.PROP_THREAD_POOL_PREFIX).append(".threadCount");
161 threadCount = threadPoolThreadCount;
197 StringBuilder propThreadPoolCount = new StringBuilder(StdSchedulerFactory.PROP_THREAD_POOL_PREFIX).append(".threadCount");
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DLDIFImportConfig.java161 private int threadCount = 0; field in class:LDIFImportConfig
1431 this.threadCount = c;
1441 return this.threadCount;
/forgerock/opendj2/src/server/org/opends/server/types/
H A DLDIFImportConfig.java160 private int threadCount = 0; field in class:LDIFImportConfig
1430 this.threadCount = c;
1440 return this.threadCount;
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DLDIFImportConfig.java161 private int threadCount = 0; field in class:LDIFImportConfig
1431 this.threadCount = c;
1441 return this.threadCount;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DLDIFImportConfig.java161 private int threadCount = 0; field in class:LDIFImportConfig
1431 this.threadCount = c;
1441 return this.threadCount;
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DLDIFImportConfig.java160 private int threadCount = 0; field in class:LDIFImportConfig
1430 this.threadCount = c;
1440 return this.threadCount;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DLDIFImportConfig.java126 private int threadCount; field in class:LDIFImportConfig
1146 this.threadCount = c;
1156 return this.threadCount;

Completed in 63 milliseconds

12