File blockFile=new File(storeFile.getParentFile(),storeFile.getName() + STR0 + id); | Path blockFile=storeFile.resolveSibling(storeFile.getFileName() + STR0 + id); | new File(storeFile.getParentFile(),storeFile.getName() + STR0 + id) | storeFile.resolveSibling(storeFile.getFileName() + STR0 + id) | neo4j | 152d3f630f13649f74f3a7a7f97dfd07773fc3ef | org.neo4j.kernel.impl.index.schema.BlockBasedIndexPopulator.ThreadLocalBlockStorage | | | TCIVar | storeFile |
---|
v2 | STR0 + id |
---|
| | TCIVar | storeFile |
---|
v2 | STR0 + id |
---|
| Uses | True |