Searched refs:touchFile (Results 1 - 13 of 13) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/store/
H A DFileSwitchDirectory.java149 public void touchFile(String name) throws IOException { method in class:FileSwitchDirectory
150 getDirectory(name).touchFile(name);
H A DNRTCachingDirectory.java185 public synchronized void touchFile(String name) throws IOException { method in class:NRTCachingDirectory
187 cache.touchFile(name);
189 delegate.touchFile(name);
H A DDirectory.java76 public abstract void touchFile(String name) method in class:Directory
H A DRAMDirectory.java151 public void touchFile(String name) throws IOException { method in class:RAMDirectory
H A DFSDirectory.java271 public void touchFile(String name) { method in class:FSDirectory
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/index/
H A DTestCrashCausesCorruptIndex.java255 public void touchFile(String name) throws IOException { method in class:TestCrashCausesCorruptIndex.CrashAfterCreateOutput
256 realDirectory.touchFile(name);
H A DTestFieldsReader.java423 public void touchFile(String name) throws IOException { method in class:TestFieldsReader.FaultyFSDirectory
424 fsDir.touchFile(name);
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DCompoundFileReader.java192 public void touchFile(String name) throws IOException { method in class:CompoundFileReader
193 directory.touchFile(fileName);
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/store/
H A DTestBufferedIndexInput.java351 public void touchFile(String name) method in class:TestBufferedIndexInput.MockFSDirectory
354 dir.touchFile(name);
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/store/
H A DTestBufferedIndexInput.java351 public void touchFile(String name) method in class:TestBufferedIndexInput.MockFSDirectory
354 dir.touchFile(name);
/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/store/
H A DMockDirectoryWrapper.java728 public synchronized void touchFile(String name) throws IOException { method in class:MockDirectoryWrapper
730 delegate.touchFile(name);
/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/store/
H A DMockDirectoryWrapper.java629 public synchronized void touchFile(String name) throws IOException { method in class:MockDirectoryWrapper
631 delegate.touchFile(name);
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/index/
H A DTestFieldsReader.java422 public void touchFile(String name) throws IOException { method in class:TestFieldsReader.FaultyFSDirectory
423 fsDir.touchFile(name);

Completed in 42 milliseconds