예제 #1
0
 public File getOptimizedPath() {
   return new File(root.getIndexLogPath(code), "optimized");
 }
예제 #2
0
 private File getLastReadFile() {
   return new File(root.getIndexLogPath(code), "last_read");
 }
예제 #3
0
 public File getSegmentsPath() {
   return new File(root.getIndexLogPath(code), "segments");
 }