Searched refs:bufferFile (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1915 private RandomAccessFile bufferFile = null; field in class:Importer.IndexDBWriteTask
1957 bufferFile = new RandomAccessFile(indexMgr.getBufferFile(), "r");
2018 new IndexInputBuffer(indexMgr, bufferFile.getChannel(),
2072 if (bufferFile != null)
2076 bufferFile.close();
3029 private final File bufferFile; field in class:Importer.IndexManager
3045 this.bufferFile = new File(tempDir, bufferFileName);
3066 return bufferFile;
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1881 private RandomAccessFile bufferFile = null; field in class:Importer.IndexDBWriteTask
1923 bufferFile = new RandomAccessFile(indexMgr.getBufferFile(), "r");
1984 new IndexInputBuffer(indexMgr, bufferFile.getChannel(),
2038 if (bufferFile != null)
2042 bufferFile.close();
2995 private final File bufferFile; field in class:Importer.IndexManager
3011 this.bufferFile = new File(tempDir, bufferFileName);
3032 return bufferFile;
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1881 private RandomAccessFile bufferFile = null; field in class:Importer.IndexDBWriteTask
1923 bufferFile = new RandomAccessFile(indexMgr.getBufferFile(), "r");
1984 new IndexInputBuffer(indexMgr, bufferFile.getChannel(),
2038 if (bufferFile != null)
2042 bufferFile.close();
2995 private final File bufferFile; field in class:Importer.IndexManager
3011 this.bufferFile = new File(tempDir, bufferFileName);
3032 return bufferFile;
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1915 private RandomAccessFile bufferFile = null; field in class:Importer.IndexDBWriteTask
1957 bufferFile = new RandomAccessFile(indexMgr.getBufferFile(), "r");
2018 new IndexInputBuffer(indexMgr, bufferFile.getChannel(),
2072 if (bufferFile != null)
2076 bufferFile.close();
3029 private final File bufferFile; field in class:Importer.IndexManager
3045 this.bufferFile = new File(tempDir, bufferFileName);
3066 return bufferFile;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1881 private RandomAccessFile bufferFile = null; field in class:Importer.IndexDBWriteTask
1923 bufferFile = new RandomAccessFile(indexMgr.getBufferFile(), "r");
1984 new IndexInputBuffer(indexMgr, bufferFile.getChannel(),
2038 if (bufferFile != null)
2042 bufferFile.close();
2995 private final File bufferFile; field in class:Importer.IndexManager
3011 this.bufferFile = new File(tempDir, bufferFileName);
3032 return bufferFile;

Completed in 86 milliseconds