Searched defs:BufferPool (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DOnDiskMergeImporter.java203 final BufferPool bufferPool = new BufferPool(nbBuffer, bufferSize))
312 final BufferPool bufferPool = new BufferPool(nbBuffer, bufferSize))
473 if (BufferPool.supportOffHeap())
936 protected final BufferPool bufferPool;
940 BufferPool bufferPool, Executor sorter)
1029 BufferPool bufferPool, Executor sorter)
1084 BufferPool bufferPool, Executor sorter)
1168 BufferPool bufferPoo
2747 static final class BufferPool implements Closeable class in class:OnDiskMergeImporter
2774 BufferPool(int nbBuffer, int bufferSize) method in class:OnDiskMergeImporter.BufferPool
[all...]

Completed in 29 milliseconds