Class GridLuceneLockFactory
- java.lang.Object
-
- org.apache.lucene.store.LockFactory
-
- org.apache.ignite.internal.processors.query.h2.opt.GridLuceneLockFactory
-
public class GridLuceneLockFactory extends org.apache.lucene.store.LockFactoryLuceneLockFactoryimplementation.
-
-
Constructor Summary
Constructors Constructor Description GridLuceneLockFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.store.LockobtainLock(org.apache.lucene.store.Directory dir, String lockName)
-
-
-
Method Detail
-
obtainLock
public org.apache.lucene.store.Lock obtainLock(org.apache.lucene.store.Directory dir, String lockName) throws IOException- Specified by:
obtainLockin classorg.apache.lucene.store.LockFactory- Throws:
IOException
-
-