| | |
| | | package org.opends.server.backends.pluggable; |
| | | |
| | | import static java.nio.channels.FileChannel.*; |
| | | |
| | | import static org.forgerock.util.Utils.*; |
| | | import static org.opends.messages.BackendMessages.*; |
| | | import static org.opends.server.util.DynamicConstants.*; |
| | |
| | | visitIndexes(entryContainer, setTrust(true, importer)); |
| | | } |
| | | |
| | | final void clearEntryContainerTrees(EntryContainer entryContainer) |
| | | { |
| | | for(Tree tree : entryContainer.listTrees()) |
| | | { |
| | | importer.clearTree(tree.getName()); |
| | | } |
| | | } |
| | | |
| | | final Chunk newExternalSortChunk(TreeName treeName) throws Exception |
| | | { |
| | | return new ExternalSortChunk(tempDir, treeName.toString(), bufferPool, |