Searched refs:getLockID (Results 1 - 5 of 5) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/store/
H A DDirectory.java182 lockFactory.setLockPrefix(this.getLockID());
203 public String getLockID() { method in class:Directory
H A DNRTCachingDirectory.java115 public String getLockID() { method in class:NRTCachingDirectory
116 return delegate.getLockID();
H A DFSDirectory.java349 public String getLockID() { method in class:FSDirectory
/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/store/
H A DMockDirectoryWrapper.java764 public synchronized String getLockID() { method in class:MockDirectoryWrapper
766 return delegate.getLockID();
/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/store/
H A DMockDirectoryWrapper.java665 public synchronized String getLockID() { method in class:MockDirectoryWrapper
667 return delegate.getLockID();

Completed in 18 milliseconds