Searched defs:copyIntoChunk (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.java1533 copyIntoChunk(source, persistentChunk);
2228 copyIntoChunk(sourceCursor, asChunk(treeName, destination));
2255 final long nbRecords = copyIntoChunk(sourceCursor, asChunk(vlvIndex.getName(), destination));
2262 private static long copyIntoChunk(SequentialCursor<ByteString, ByteString> source, Chunk destination) method in class:OnDiskMergeImporter

Completed in 32 milliseconds