Searched refs:indexCount (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java127 private final int indexCount; field in class:Importer
259 this.indexCount = rebuildManager.getIndexCount();
261 new ArrayList<ScratchFileWriterTask>(indexCount);
320 this.indexCount = getTotalIndexCount(localDBBackendCfg);
331 new ArrayList<ScratchFileWriterTask>(indexCount);
431 availableMemory - (indexCount * READER_WRITER_BUFFER_SIZE);
487 if (indexCount != 0) // Avoid / by zero
491 phaseOneBufferCount = 2 * indexCount * threadCount;
495 phaseOneBufferCount + (4 * indexCount);
1074 scratchFileWriterService = Executors.newFixedThreadPool(2 * indexCount);
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java116 private final int indexCount; field in class:Importer
241 this.indexCount = rebuildManager.getIndexCount();
243 new ArrayList<ScratchFileWriterTask>(indexCount);
302 this.indexCount = getTotalIndexCount(localDBBackendCfg);
313 new ArrayList<ScratchFileWriterTask>(indexCount);
413 availableMemory - (indexCount * READER_WRITER_BUFFER_SIZE);
469 if (indexCount != 0) // Avoid / by zero
473 phaseOneBufferCount = 2 * indexCount * threadCount;
477 phaseOneBufferCount + (4 * indexCount);
1042 scratchFileWriterService = Executors.newFixedThreadPool(2 * indexCount);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java116 private final int indexCount; field in class:Importer
241 this.indexCount = rebuildManager.getIndexCount();
243 new ArrayList<ScratchFileWriterTask>(indexCount);
302 this.indexCount = getTotalIndexCount(localDBBackendCfg);
313 new ArrayList<ScratchFileWriterTask>(indexCount);
413 availableMemory - (indexCount * READER_WRITER_BUFFER_SIZE);
469 if (indexCount != 0) // Avoid / by zero
473 phaseOneBufferCount = 2 * indexCount * threadCount;
477 phaseOneBufferCount + (4 * indexCount);
1042 scratchFileWriterService = Executors.newFixedThreadPool(2 * indexCount);
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java127 private final int indexCount; field in class:Importer
259 this.indexCount = rebuildManager.getIndexCount();
261 new ArrayList<ScratchFileWriterTask>(indexCount);
320 this.indexCount = getTotalIndexCount(localDBBackendCfg);
331 new ArrayList<ScratchFileWriterTask>(indexCount);
431 availableMemory - (indexCount * READER_WRITER_BUFFER_SIZE);
487 if (indexCount != 0) // Avoid / by zero
491 phaseOneBufferCount = 2 * indexCount * threadCount;
495 phaseOneBufferCount + (4 * indexCount);
1074 scratchFileWriterService = Executors.newFixedThreadPool(2 * indexCount);
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java116 private final int indexCount; field in class:Importer
241 this.indexCount = rebuildManager.getIndexCount();
243 new ArrayList<ScratchFileWriterTask>(indexCount);
302 this.indexCount = getTotalIndexCount(localDBBackendCfg);
313 new ArrayList<ScratchFileWriterTask>(indexCount);
413 availableMemory - (indexCount * READER_WRITER_BUFFER_SIZE);
469 if (indexCount != 0) // Avoid / by zero
473 phaseOneBufferCount = 2 * indexCount * threadCount;
477 phaseOneBufferCount + (4 * indexCount);
1042 scratchFileWriterService = Executors.newFixedThreadPool(2 * indexCount);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DOnDiskMergeImporter.java186 final int indexCount = getIndexCount();
188 final int nbBuffer = threadCount * indexCount * 2;
236 int indexCount = 2; // dn2id, dn2uri
243 indexCount += types.size() - 1 + index.getIndexExtensibleMatchingRule().size();
247 indexCount += types.size();
250 indexCount += backendCfg.listBackendVLVIndexes().length;
251 return indexCount;

Completed in 302 milliseconds