Searched refs:threadCount (Results 1 - 25 of 43) sorted by relevance

12

/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-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/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/server/types/
H A DLDIFImportConfig.java126 private int threadCount; field in class:LDIFImportConfig
1146 this.threadCount = c;
1156 return this.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/test/java/org/opends/server/types/
H A DLockManagerTest.java282 final int threadCount = Runtime.getRuntime().availableProcessors();
283 final ExecutorService threadPool = Executors.newFixedThreadPool(threadCount);
284 for (int i = 0; i < threadCount; i++)
/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/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/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java129 private int threadCount; field in class:Importer
257 this.threadCount = 1;
312 this.threadCount = Runtime.getRuntime().availableProcessors() * 2;
316 this.threadCount = importConfiguration.getThreadCount();
486 final int oldThreadCount = threadCount;
491 phaseOneBufferCount = 2 * indexCount * threadCount;
529 else if (threadCount > 1)
532 threadCount--;
547 if (oldThreadCount != threadCount)
550 NOTE_JEB_IMPORT_ADJUST_THREAD_COUNT.get(oldThreadCount, threadCount));
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java117 private int threadCount; field in class:Importer
239 this.threadCount = 1;
294 this.threadCount = Runtime.getRuntime().availableProcessors() * 2;
298 this.threadCount = importConfiguration.getThreadCount();
468 final int oldThreadCount = threadCount;
473 phaseOneBufferCount = 2 * indexCount * threadCount;
508 else if (threadCount > 1)
511 threadCount--;
526 if (oldThreadCount != threadCount)
529 NOTE_JEB_IMPORT_ADJUST_THREAD_COUNT.get(oldThreadCount, threadCount);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java117 private int threadCount; field in class:Importer
239 this.threadCount = 1;
294 this.threadCount = Runtime.getRuntime().availableProcessors() * 2;
298 this.threadCount = importConfiguration.getThreadCount();
468 final int oldThreadCount = threadCount;
473 phaseOneBufferCount = 2 * indexCount * threadCount;
508 else if (threadCount > 1)
511 threadCount--;
526 if (oldThreadCount != threadCount)
529 NOTE_JEB_IMPORT_ADJUST_THREAD_COUNT.get(oldThreadCount, threadCount);
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java129 private int threadCount; field in class:Importer
257 this.threadCount = 1;
312 this.threadCount = Runtime.getRuntime().availableProcessors() * 2;
316 this.threadCount = importConfiguration.getThreadCount();
486 final int oldThreadCount = threadCount;
491 phaseOneBufferCount = 2 * indexCount * threadCount;
529 else if (threadCount > 1)
532 threadCount--;
547 if (oldThreadCount != threadCount)
550 NOTE_JEB_IMPORT_ADJUST_THREAD_COUNT.get(oldThreadCount, threadCount));
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java117 private int threadCount; field in class:Importer
239 this.threadCount = 1;
294 this.threadCount = Runtime.getRuntime().availableProcessors() * 2;
298 this.threadCount = importConfiguration.getThreadCount();
468 final int oldThreadCount = threadCount;
473 phaseOneBufferCount = 2 * indexCount * threadCount;
508 else if (threadCount > 1)
511 threadCount--;
526 if (oldThreadCount != threadCount)
529 NOTE_JEB_IMPORT_ADJUST_THREAD_COUNT.get(oldThreadCount, threadCount);
[all...]

Completed in 361 milliseconds

12