Searched defs:getChunks (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.java139 * {@link PhaseOneWriteableTransaction#getChunks()} get all the chunks which will be copied into the database
888 for (Map.Entry<TreeName, Chunk> treeChunk : transaction.getChunks().entrySet())
1252 * {@link #getChunks()} to get the resulting {@link Chunk}s containing the sorted data to import into database.
1267 Map<TreeName, Chunk> getChunks() method in class:OnDiskMergeImporter.PhaseOneWriteableTransaction

Completed in 94 milliseconds