org.neo4j.kernel.impl.transaction.log.PhysicalLogFile to org.neo4j.kernel.impl.transaction.log.files.LogFile
No. of Instances - 6
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
- life.add(new PhysicalLogFile(fs,new PhysicalLogFiles(directory.absolutePath(),fs),mebiBytes(1),() -> txId,logVersionRepository,NO_MONITOR,new LogHeaderCache(10))) to logFiles.getLogFile()
- life.add(new PhysicalLogFile(fs,logFiles,mebiBytes(1),lastCommittedTxId::get,logVersionRepository,NO_MONITOR,new LogHeaderCache(10))) to logFiles.getLogFile()