Searched refs:IndexOutputBuffer (Results 1 - 10 of 10) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java112 static final IndexOutputBuffer.IndexComparator indexComparator =
113 new IndexOutputBuffer.IndexComparator();
168 private final BlockingQueue<IndexOutputBuffer> freeBufferQueue =
169 new LinkedBlockingQueue<IndexOutputBuffer>();
175 private final Map<IndexKey, BlockingQueue<IndexOutputBuffer>> indexKeyQueMap =
176 new ConcurrentHashMap<IndexKey, BlockingQueue<IndexOutputBuffer>>();
623 IndexOutputBuffer b = new IndexOutputBuffer(bufferSize);
1267 IndexOutputBuffer indexBuffer = new IndexOutputBuffer(
[all...]
H A DIndexOutputBuffer.java64 public final class IndexOutputBuffer implements Comparable<IndexOutputBuffer> { class in inherits:Comparable
145 public IndexOutputBuffer(int size) { method in class:IndexOutputBuffer
328 * @return The size that such record would take in the IndexOutputBuffer
528 public int compareTo(IndexOutputBuffer b)
839 class IndexComparator implements IndexOutputBuffer.ComparatorBuffer<byte[]>
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java102 static final IndexOutputBuffer.IndexComparator indexComparator =
103 new IndexOutputBuffer.IndexComparator();
156 private final BlockingQueue<IndexOutputBuffer> freeBufferQueue =
157 new LinkedBlockingQueue<IndexOutputBuffer>();
161 private final Map<IndexKey, BlockingQueue<IndexOutputBuffer>> indexKeyQueMap =
162 new ConcurrentHashMap<IndexKey, BlockingQueue<IndexOutputBuffer>>();
608 IndexOutputBuffer b = new IndexOutputBuffer(bufferSize);
1235 IndexOutputBuffer indexBuffer = new IndexOutputBuffer(
[all...]
H A DIndexOutputBuffer.java55 public final class IndexOutputBuffer implements Comparable<IndexOutputBuffer> { class in inherits:Comparable
122 public IndexOutputBuffer(int size) { method in class:IndexOutputBuffer
296 * @return The size that such record would take in the IndexOutputBuffer
492 public int compareTo(IndexOutputBuffer b)
803 class IndexComparator implements IndexOutputBuffer.ComparatorBuffer<byte[]>
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java102 static final IndexOutputBuffer.IndexComparator indexComparator =
103 new IndexOutputBuffer.IndexComparator();
156 private final BlockingQueue<IndexOutputBuffer> freeBufferQueue =
157 new LinkedBlockingQueue<IndexOutputBuffer>();
161 private final Map<IndexKey, BlockingQueue<IndexOutputBuffer>> indexKeyQueMap =
162 new ConcurrentHashMap<IndexKey, BlockingQueue<IndexOutputBuffer>>();
608 IndexOutputBuffer b = new IndexOutputBuffer(bufferSize);
1235 IndexOutputBuffer indexBuffer = new IndexOutputBuffer(
[all...]
H A DIndexOutputBuffer.java55 public final class IndexOutputBuffer implements Comparable<IndexOutputBuffer> { class in inherits:Comparable
122 public IndexOutputBuffer(int size) { method in class:IndexOutputBuffer
296 * @return The size that such record would take in the IndexOutputBuffer
492 public int compareTo(IndexOutputBuffer b)
803 class IndexComparator implements IndexOutputBuffer.ComparatorBuffer<byte[]>
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java112 static final IndexOutputBuffer.IndexComparator indexComparator =
113 new IndexOutputBuffer.IndexComparator();
168 private final BlockingQueue<IndexOutputBuffer> freeBufferQueue =
169 new LinkedBlockingQueue<IndexOutputBuffer>();
175 private final Map<IndexKey, BlockingQueue<IndexOutputBuffer>> indexKeyQueMap =
176 new ConcurrentHashMap<IndexKey, BlockingQueue<IndexOutputBuffer>>();
623 IndexOutputBuffer b = new IndexOutputBuffer(bufferSize);
1267 IndexOutputBuffer indexBuffer = new IndexOutputBuffer(
[all...]
H A DIndexOutputBuffer.java64 public final class IndexOutputBuffer implements Comparable<IndexOutputBuffer> { class in inherits:Comparable
145 public IndexOutputBuffer(int size) { method in class:IndexOutputBuffer
328 * @return The size that such record would take in the IndexOutputBuffer
528 public int compareTo(IndexOutputBuffer b)
839 class IndexComparator implements IndexOutputBuffer.ComparatorBuffer<byte[]>
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java102 static final IndexOutputBuffer.IndexComparator indexComparator =
103 new IndexOutputBuffer.IndexComparator();
156 private final BlockingQueue<IndexOutputBuffer> freeBufferQueue =
157 new LinkedBlockingQueue<IndexOutputBuffer>();
161 private final Map<IndexKey, BlockingQueue<IndexOutputBuffer>> indexKeyQueMap =
162 new ConcurrentHashMap<IndexKey, BlockingQueue<IndexOutputBuffer>>();
608 IndexOutputBuffer b = new IndexOutputBuffer(bufferSize);
1235 IndexOutputBuffer indexBuffer = new IndexOutputBuffer(
[all...]
H A DIndexOutputBuffer.java55 public final class IndexOutputBuffer implements Comparable<IndexOutputBuffer> { class in inherits:Comparable
122 public IndexOutputBuffer(int size) { method in class:IndexOutputBuffer
296 * @return The size that such record would take in the IndexOutputBuffer
492 public int compareTo(IndexOutputBuffer b)
803 class IndexComparator implements IndexOutputBuffer.ComparatorBuffer<byte[]>

Completed in 2545 milliseconds