- java.lang.Object
-
- org.apache.lucene.store.LockFactory
-
- org.infinispan.lucene.locking.BaseLockFactory
-
public class BaseLockFactory
extends org.apache.lucene.store.LockFactory
Default factory for locks obtained in InfinispanDirectory
,
this factory produces instances of BaseLuceneLock
.
- Since:
- 4.0
- Author:
- Sanne Grinovero
- See Also:
BaseLuceneLock
-
-
Field Summary
-
Fields inherited from class org.apache.lucene.store.LockFactory
lockPrefix
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
clearLock(String lockName) |
org.infinispan.lucene.locking.BaseLuceneLock |
makeLock(String lockName) |
-
Methods inherited from class org.apache.lucene.store.LockFactory
getLockPrefix, setLockPrefix
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.