Searched refs:sstFile (Results 1 – 2 of 2) sorted by relevance
76 final File sstFile = parentFolder.newFile(SST_FILE_NAME); in newSstFile() local78 sstFileWriter.open(sstFile.getAbsolutePath()); in newSstFile()137 return sstFile; in newSstFile()178 final File sstFile = newSstFile(keyValues, false); in ingestSstFile() local188 db.ingestExternalFile(Arrays.asList(sstFile.getAbsolutePath()), in ingestSstFile()209 final File sstFile = newSstFile(keyValues, false); in ingestSstFile_cf() local227 Arrays.asList(sstFile.getAbsolutePath()), in ingestSstFile_cf()
61 final File sstFile = parentFolder.newFile(SST_FILE_NAME); in newSstFile() local63 sstFileWriter.open(sstFile.getAbsolutePath()); in newSstFile()101 return sstFile; in newSstFile()109 final File sstFile = newSstFile(keyValues); in readSstFile() local115 reader.open(sstFile.getAbsolutePath()); in readSstFile()